Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3862 → Rev 3817

/branches/sparc/kernel/generic/src/main/kinit.c
157,6 → 157,7
interrupts_enable();
#if defined (SUN4U)
/*
* Create user tasks, load RAM disk images.
*/
214,6 → 215,7
}
}
#endif /* CONFIG_KCONSOLE */
#endif
}
 
/** @}
/branches/sparc/kernel/generic/src/main/uinit.c
41,7 → 41,6
*/
#include <main/uinit.h>
#include <arch/asm.h>
#include <arch/types.h>
#include <proc/thread.h>
#include <userspace.h>