diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-31 19:51:05 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-05-31 19:51:05 +0000 |
| commit | 0b074f6c9359c64050621688b5de726a4cb65a96 (patch) | |
| tree | f2123b3a928624e49729b4b395bb2c23c11a6c10 /sys/vm/vm_glue.c | |
| parent | a0fb4cf18d1ae2d3f1e827eeeacb2a93a1c83c54 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_glue.c')
| -rw-r--r-- | sys/vm/vm_glue.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 3c42ccae5e72..8dce64917f18 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -696,14 +696,10 @@ int action; struct proc *p; struct thread *td; struct ksegrp *kg; - struct proc *outp, *outp2; - int outpri, outpri2; int didswap = 0; GIANT_REQUIRED; - outp = outp2 = NULL; - outpri = outpri2 = INT_MIN; retry: sx_slock(&allproc_lock); FOREACH_PROC_IN_SYSTEM(p) { |
