Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field.
MFC after: 3 days
This commit is contained in:
parent
a5bd470706
commit
ff265077cf
@ -46,7 +46,7 @@ IDTVEC(int0x80_syscall)
|
||||
subq $TF_ERR,%rsp /* skip over tf_trapno */
|
||||
movq %rdi,TF_RDI(%rsp)
|
||||
movq PCPU(CURPCB),%rdi
|
||||
movb $0,PCB_FULL_IRET(%rdi)
|
||||
andl $~PCB_FULL_IRET,PCB_FLAGS(%rdi)
|
||||
movw %fs,TF_FS(%rsp)
|
||||
movw %gs,TF_GS(%rsp)
|
||||
movw %es,TF_ES(%rsp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user