2008-01-08 17:46:33

by Kumar Gala

[permalink] [raw]
Subject: reserving a region of highmem at boot time

Is there a way to mark a page if its in highmem as reserved at boot
time?

I'm on a ppc32 system and we are trying to ensure that the last page
of memory isn't used by the kernel.

I see reserve_bootmem but that seems to only deal with low memory.

thanks

- k