artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4539ea3
)
One more mistake introduced in 1.65
author
miod
<miod@openbsd.org>
Sat, 17 May 2014 23:21:36 +0000
(23:21 +0000)
committer
miod
<miod@openbsd.org>
Sat, 17 May 2014 23:21:36 +0000
(23:21 +0000)
sys/arch/vax/vax/pmap.c
patch
|
blob
|
history
diff --git
a/sys/arch/vax/vax/pmap.c
b/sys/arch/vax/vax/pmap.c
index
865588e
..
4112581
100644
(file)
--- a/
sys/arch/vax/vax/pmap.c
+++ b/
sys/arch/vax/vax/pmap.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: pmap.c,v 1.6
7 2014/05/17 21:32:19
miod Exp $ */
+/* $OpenBSD: pmap.c,v 1.6
8 2014/05/17 23:21:36
miod Exp $ */
/* $NetBSD: pmap.c,v 1.74 1999/11/13 21:32:25 matt Exp $ */
/*
* Copyright (c) 1994, 1998, 1999, 2003 Ludd, University of Lule}, Sweden.
@@
-654,7
+654,7
@@
pmap_rmproc(struct pmap *pm)
didswap++;
} else if (slpp->p_slptime > outpri) {
outpr = pr;
- outpri = p->p_slptime;
+ outpri =
slp
p->p_slptime;
}
}
next_process: ;