Changeset 63b1537 in mainline for kernel/arch/sparc64/src/sparc64.c
- Timestamp:
- 2009-03-11T17:26:48Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de88998
- Parents:
- 04d672c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/sparc64.c
r04d672c3 r63b1537 38 38 #include <arch/trap/trap.h> 39 39 #include <arch/console.h> 40 #include <proc/thread.h>41 40 #include <console/console.h> 42 41 #include <arch/boot/boot.h> … … 105 104 if (config.cpu_active == 1) { 106 105 standalone_sparc64_console_init(); 107 108 /* Create thread that polls keyboard.109 * XXX: this is only used by sgcn now110 */111 thread_t *t = thread_create(kkbdpoll, NULL, TASK, 0, "kkbdpoll",112 true);113 if (!t)114 panic("Cannot create kkbdpoll.");115 thread_ready(t);116 106 } 117 107 }
Note:
See TracChangeset
for help on using the changeset viewer.