Changeset f651e80 in mainline for kernel/arch/ia64/src/ia64.c
- Timestamp:
- 2009-01-08T12:07:38Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7447572
- Parents:
- c571f42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/ia64.c
rc571f42 rf651e80 180 180 t = thread_create(kkbdpoll, NULL, TASK, 0, "kkbdpoll", true); 181 181 if (!t) 182 panic(" cannot create kkbdpoll\n");182 panic("Cannot create kkbdpoll."); 183 183 thread_ready(t); 184 184 #endif … … 195 195 t = thread_create(i8042_kkbdpoll, NULL, TASK, 0, "kkbdpoll", true); 196 196 if (!t) 197 panic(" cannot create kkbdpoll\n");197 panic("Cannot create kkbdpoll."); 198 198 thread_ready(t); 199 199 #endif
Note:
See TracChangeset
for help on using the changeset viewer.