Changeset 7cb53f62 in mainline for arch/sparc64/src/sparc64.c
- Timestamp:
- 2006-02-26T12:02:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4767721
- Parents:
- 7a255e69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/sparc64.c
r7a255e69 r7cb53f62 37 37 { 38 38 interrupts_disable(); 39 ofw_sparc64_console_init();40 39 trap_init(); 41 40 tick_init(); … … 44 43 void arch_post_mm_init(void) 45 44 { 45 fb_sparc64_console_init(); 46 46 } 47 47 … … 52 52 void arch_post_smp_init(void) 53 53 { 54 thread_t *t;55 56 /*57 * Create thread that reads characters from OFW's input.58 */59 t = thread_create(kofwinput, NULL, TASK, 0);60 if (!t)61 panic("cannot create kofwinput\n");62 thread_ready(t);63 54 } 64 55
Note:
See TracChangeset
for help on using the changeset viewer.