Subversion Repositories HelenOS-historic

Rev

Rev 843 | Rev 934 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 843 Rev 867
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#include <arch/mm/frame.h>
29
#include <arch/mm/frame.h>
30
#include <arch/mm/memory_init.h>
30
#include <arch/mm/memory_init.h>
31
#include <mm/frame.h>
31
#include <mm/frame.h>
32
#include <config.h>
32
#include <genarch/ofw/memory_init.h>
33
#include <panic.h>
-
 
34
 
33
 
35
void frame_arch_init(void)
34
void frame_arch_init(void)
36
{
35
{
37
    ppc_init_zones();
36
    ofw_init_zones();
38
    /* First is exception vector, second is 'implementation specific' */
37
    /* First is exception vector, second is 'implementation specific' */
39
    frame_mark_unavailable(0, 2);
38
    frame_mark_unavailable(0, 2);
40
}
39
}