79219281

Date: 2024-11-24 03:42:12
Score: 1
Natty:
Report link

No, the arch_free_page function can be called from an atomic context (such as an interrupt). It is not possible to place a mutex in this function as it is required to not block or wait.

The function must be written to support freeing the page atomically.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: MateoConLechuga