Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 820 → Rev 821

/kernel/trunk/arch/sparc64/src/mm/frame.c
33,7 → 33,7
 
void frame_arch_init(void)
{
zone_create(0, config.memory_size >> FRAME_WIDTH, ADDR2PFN(ALIGN_UP(config.base + config.kernel_size + CONFIG_STACK_SIZE, FRAME_SIZE)), 0);
zone_create(0, config.memory_size >> FRAME_WIDTH, ADDR2PFN(ALIGN_UP(config.base + config.kernel_size, FRAME_SIZE)), 0);
 
/*
* Workaround to prevent slab allocator from allocating frame 0.