Changeset 30ab05f in mainline for arch/sparc64/src/sparc64.c
- Timestamp:
- 2006-02-27T20:33:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d87c3f3
- Parents:
- 02f441c0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/sparc64.c
r02f441c0 r30ab05f 62 62 panic("cannot create kofwinput\n"); 63 63 thread_ready(t); 64 65 /* 66 * Create thread that polls keyboard. 67 */ 68 t = thread_create(kkbdpoll, NULL, TASK, 0); 69 if (!t) 70 panic("cannot create kkbdpoll\n"); 71 thread_ready(t); 64 72 } 65 73
Note:
See TracChangeset
for help on using the changeset viewer.