Rev 573 | Rev 814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 573 | Rev 724 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | 48 | ||
49 | if (arc_enabled()) |
49 | if (arc_enabled()) |
50 | arc_frame_init(); |
50 | arc_frame_init(); |
51 | else |
51 | else |
52 | zone_create_in_region(KA2PA(KERNEL_LOAD_ADDRESS), |
52 | zone_create_in_region(KA2PA(KERNEL_LOAD_ADDRESS), |
53 | config.memory_size & ~(FRAME_SIZE-1)); |
53 | (config.memory_size & ~(FRAME_SIZE-1))); |
54 | } |
54 | } |