diff options
Diffstat (limited to 'sys/kern/kern_resource.c')
| -rw-r--r-- | sys/kern/kern_resource.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index 0307369bb071..2c6478d075cb 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -509,11 +509,7 @@ calcru(p, up, sp, ip) } tu = p->p_runtime; -#ifdef SMP - if (p->p_oncpu != 0xff) { -#else if (p == curproc) { -#endif /* * Adjust for the current time slice. This is actually fairly * important since the error here is on the order of a time |
