Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 3747 → Rev 3748

/branches/sparc/kernel/arch/sparc64/src/sun4v/sparc64.c
56,6 → 56,11
/** 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. */