Subversion Repositories HelenOS-historic

Rev

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

Rev 646 Rev 663
Line 31... Line 31...
31
#include <arch/trap/trap.h>
31
#include <arch/trap/trap.h>
32
#include <arch/console.h>
32
#include <arch/console.h>
33
 
33
 
34
void arch_pre_mm_init(void)
34
void arch_pre_mm_init(void)
35
{
35
{
-
 
36
    interrupts_disable();
36
    ofw_sparc64_console_init();
37
    ofw_sparc64_console_init();
37
    trap_init();
38
    trap_init();
38
}
39
}
39
 
40
 
40
void arch_post_mm_init(void)
41
void arch_post_mm_init(void)