Fix typo, p_slptime should be td_slptime.
This commit is contained in:
parent
fb5ffbe0ec
commit
f51b738f57
@ -448,7 +448,7 @@ XXX this is broken
|
||||
|
||||
*/
|
||||
if (awake) {
|
||||
if (p->p_slptime > 1) {
|
||||
if (td->td_slptime > 1) {
|
||||
/*
|
||||
* In an ideal world, this should not
|
||||
* happen, because whoever woke us
|
||||
|
Loading…
x
Reference in New Issue
Block a user