Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 899 → Rev 900

/kernel/trunk/arch/ia64/src/mm/frame.c
43,13 → 43,6
zone_create(0, config.memory_size >> FRAME_WIDTH, 1, 0);
/*
* Workaround to prevent slab allocator from allocating frame 0.
* Remove the following statement when the kernel is no longer
* identity mapped.
*/
frame_mark_unavailable(0, 1);
 
/*
* Blacklist ROM regions.
*/
frame_mark_unavailable(ADDR2PFN(ROM_BASE), ROM_SIZE >> FRAME_WIDTH);