CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/07 11:56:29
Modified files:
sys/arch/mips64/include: arcbios.h
sys/arch/mips64/mips64: arcbios.c
Log message:
When converting ARCBios memory spaces from ARCBios page size to the kernel
page size, be sure to pick the strictest interval so as not to incorrectly
claim ARCBios reserved data not (kernel) page size aligned as free memory.
No functional change since the kernel uses the same page size as ARCBios
(at the moment).
