Changeset c9b8c5c in mainline for arch/ia32/src/interrupt.c
- Timestamp:
- 2005-04-24T21:59:33Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad36bd6
- Parents:
- f07bba5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/interrupt.c
rf07bba5 rc9b8c5c 93 93 { 94 94 printf("cpu%d: syscall\n", CPU->id); 95 thread_usleep( 600);95 thread_usleep(1000000); 96 96 } 97 97
Note:
See TracChangeset
for help on using the changeset viewer.