Changeset 434f700 in mainline for arch/ia32/src/interrupt.c
- Timestamp:
- 2005-04-26T16:17:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- babcb148
- Parents:
- dba84ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/interrupt.c
rdba84ff r434f700 93 93 { 94 94 printf("cpu%d: syscall\n", CPU->id); 95 thread_usleep(1000 000);95 thread_usleep(1000); 96 96 } 97 97
Note:
See TracChangeset
for help on using the changeset viewer.