Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3747 → Rev 3748

/branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c
56,11 → 56,16
/** Perform sparc64 specific initialization before main_bsp() is called. */
void arch_pre_main(void)
{
/*
* Initialize Niagara input/output driver.
* This will be moved to arch_post_mm_init when the memory management
* is finished for sun4v.
*/
niagara_init();
 
/* Copy init task info. */
init.cnt = bootinfo.taskmap.count;
 
uint32_t i;
 
for (i = 0; i < bootinfo.taskmap.count; i++) {