buddy: A segment based MMU buddy allocator
authorAlan Cox <alan@linux.intel.com>
Fri, 26 Aug 2016 21:01:51 +0000 (22:01 +0100)
committerAlan Cox <alan@linux.intel.com>
Fri, 26 Aug 2016 21:01:51 +0000 (22:01 +0100)
commitc57b905ad23098ac8ce940cae896d2953d45df83
treefabc1d0d1c5af1b8eacc7708e3ad62b1cee4da0b
parent2eb3e9540d90899a3c46c6f5b723d6a2fd0d1c88
buddy: A segment based MMU buddy allocator

Not yet buildable and certainly not yet debugged.

This is needed for platforms where we must keep our code/data/stack on power
of two boundaries for the MMU hardware in question.
Kernel/buddy.c [new file with mode: 0644]