Axe stale mp_fixme().
This commit is contained in:
parent
0e3adf0b58
commit
8c8a7645c7
@ -172,7 +172,6 @@ cpu_exit(p)
|
||||
*/
|
||||
p->p_stat = SZOMB;
|
||||
|
||||
mp_fixme("assumption: p_pptr won't change at this time");
|
||||
wakeup(p->p_pptr);
|
||||
PROC_UNLOCK_NOSWITCH(p);
|
||||
|
||||
|
@ -172,7 +172,6 @@ cpu_exit(p)
|
||||
*/
|
||||
p->p_stat = SZOMB;
|
||||
|
||||
mp_fixme("assumption: p_pptr won't change at this time");
|
||||
wakeup(p->p_pptr);
|
||||
PROC_UNLOCK_NOSWITCH(p);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user