Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3817 → Rev 3862

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