Subversion Repositories HelenOS

Rev

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

Rev 3467 Rev 3493
Line 85... Line 85...
85
        /*
85
        /*
86
         * We have 2^11 different interrupt vectors.
86
         * We have 2^11 different interrupt vectors.
87
         * But we only create 128 buckets.
87
         * But we only create 128 buckets.
88
         */
88
         */
89
        irq_init(1 << 11, 128);
89
        irq_init(1 << 11, 128);
90
       
90
 
-
 
91
#if defined (CONFIG_SIMICS_OUTPUT)
91
        simics_output_init();
92
        simics_output_init();
-
 
93
#else
92
        //standalone_sparc64_console_init();
94
        standalone_sparc64_console_init();
-
 
95
#endif
93
    }
96
    }
94
}
97
}
95
 
98
 
96
void arch_post_cpu_init(void)
99
void arch_post_cpu_init(void)
97
{
100
{