Changeset cb4b61d in mainline for arch/ia32/src/interrupt.c
- Timestamp:
- 2005-04-17T18:09:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7eade45
- Parents:
- 2968fe29
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/interrupt.c
r2968fe29 rcb4b61d 35 35 #include <arch/asm.h> 36 36 #include <mm/tlb.h> 37 #include <arch.h> 37 38 38 39 /* … … 91 92 void syscall(__u8 n, __u32 stack[]) 92 93 { 93 printf(" syscall... ");94 thread_ sleep(1);94 printf("cpu%d: syscall\n", CPU->id); 95 thread_usleep(600); 95 96 } 96 97
Note:
See TracChangeset
for help on using the changeset viewer.