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:
mycroft 1993-12-10 08:51:28 +00:00
parent 94dd8a0dfb
commit 714c5818db
1 changed files with 2 additions and 1 deletions

View File

@ -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