Make sure the high 16 bits of cpl gets a sane value (0) when reloading after a
process switch. (HI THEO!)
This commit is contained in:
parent
94dd8a0dfb
commit
714c5818db
|
@ -1669,8 +1669,9 @@ swfnd:
|
|||
sti # splx() doesn't do an sti/cli
|
||||
SHOW_STI
|
||||
|
||||
xorl %eax,%eax
|
||||
movw PCB_IML(%edx),%ax
|
||||
pushl %ax
|
||||
pushl %eax
|
||||
call _splx # restore the process's ipl
|
||||
addl $4, %esp
|
||||
|
||||
|
|
Loading…
Reference in New Issue