Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 325 → Rev 326

/SPARTAN/trunk/arch/mips/src/mm/frame.c
31,4 → 31,6
 
void frame_arch_init(void)
{
/* Disable first megabyte (God knows why) */
frame_region_not_free(0, 1024*1024);
}