Skip to content

Mark allocated p2frame used *before* freelist unlock.

Jacob Lorentzon requested to merge 4lDO2/kernel:mark_used into master

Because deallocate_p2frame looks for siblings to possibly merge, and because the FREELIST lock is how the allocator does synchronization, it needs to be marked used before releasing the lock.

Merge request reports