Axe stale mp_fixme().
This commit is contained in:
parent
c4e5554168
commit
8f95e37de3
@ -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…
Reference in New Issue
Block a user