|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.102, 2012/09/01 23:19:46 | version 1.103, 2012/10/26 14:46:44 | ||
|---|---|---|---|
|
|
||
| #endif | #endif | ||
| pushfl # set eflags in trap frame | pushfl # set eflags in trap frame | ||
| popl 8(%esp) | popl 8(%esp) | ||
| orl $PSL_I,(%esp) # re-enable ints on return to user | orl $PSL_I,8(%esp) # re-enable ints on return to user | ||
| pushl $7 # size of instruction for restart | pushl $7 # size of instruction for restart | ||
| jmp syscall1 | jmp syscall1 | ||
| IDTVEC_END(osyscall) | IDTVEC_END(osyscall) |