artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3222d34
)
Revert 1.173 now that the real cause of the octeon regression has been fixed.
author
miod
<miod@openbsd.org>
Tue, 12 Aug 2014 04:29:05 +0000
(
04:29
+0000)
committer
miod
<miod@openbsd.org>
Tue, 12 Aug 2014 04:29:05 +0000
(
04:29
+0000)
sys/uvm/uvm_map.c
patch
|
blob
|
history
diff --git
a/sys/uvm/uvm_map.c
b/sys/uvm/uvm_map.c
index
09f001e
..
d96a204
100644
(file)
--- a/
sys/uvm/uvm_map.c
+++ b/
sys/uvm/uvm_map.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uvm_map.c,v 1.17
3 2014/07/13 15:33:28 pirofti Exp $
*/
+/* $OpenBSD: uvm_map.c,v 1.17
4 2014/08/12 04:29:05 miod Exp $
*/
/* $NetBSD: uvm_map.c,v 1.86 2000/11/27 08:40:03 chs Exp $ */
/*
@@
-3541,7
+3541,7
@@
uvm_map_hint(struct vmspace *vm, vm_prot_t prot)
}
#endif
-#if defined (__LP64__)
&& !defined (__mips64__)
+#if defined (__LP64__)
spacing = (MIN((4UL * 1024 * 1024 * 1024), BRKSIZ) - 1);
#else
spacing = (MIN((256 * 1024 * 1024), BRKSIZ) - 1);