Changeset 0ffa3ef5 in mainline for arch/sparc64/src/sparc64.c
- Timestamp:
- 2006-07-10T20:57:30Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11675207
- Parents:
- 7f1c620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/sparc64.c
r7f1c620 r0ffa3ef5 41 41 #include <console/console.h> 42 42 43 #include <print.h> 44 #include <genarch/ofw/ofw.h> 45 #include <arch/asm.h> 46 #include <arch/register.h> 43 47 void arch_pre_mm_init(void) 44 48 { 45 49 interrupts_disable(); 46 50 ofw_sparc64_console_init(); 51 47 52 trap_init(); 48 53 tick_init(); … … 61 66 { 62 67 thread_t *t; 63 64 /*65 * Create thread that reads characters from OFW's input.66 */67 t = thread_create(kofwinput, NULL, TASK, 0, "kofwinput");68 if (!t)69 panic("cannot create kofwinput\n");70 thread_ready(t);71 68 72 69 /*
Note:
See TracChangeset
for help on using the changeset viewer.