Rev 22 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 22 | Rev 27 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | } |
90 | } |
91 | 91 | ||
92 | void syscall(__u8 n, __u32 stack[]) |
92 | void syscall(__u8 n, __u32 stack[]) |
93 | { |
93 | { |
94 | printf("cpu%d: syscall\n", CPU->id); |
94 | printf("cpu%d: syscall\n", CPU->id); |
95 | thread_usleep(600); |
95 | thread_usleep(1000000); |
96 | } |
96 | } |
97 | 97 | ||
98 | void tlb_shootdown_ipi(__u8 n, __u32 stack[]) |
98 | void tlb_shootdown_ipi(__u8 n, __u32 stack[]) |
99 | { |
99 | { |
100 | trap_virtual_eoi(); |
100 | trap_virtual_eoi(); |