diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-02-15 09:02:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-02-15 09:02:07 +0000 |
| commit | 693e27d4737ffe68256830be80e5b6d53f9678ae (patch) | |
| tree | b725f3fac0605453aed5235784729c7d9ad6537f /sys/kern/kern_resource.c | |
| parent | 1e6c9556ad968d0af8f08dbf614994cb6cfe5841 (diff) | |
Notes
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 |
