Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include/oea Now that countless UVM bugs hav...
details: https://anonhg.NetBSD.org/src/rev/5a48d432b833
branches: trunk
changeset: 572684:5a48d432b833
user: matt <matt%NetBSD.org@localhost>
date: Mon Jan 10 05:42:09 2005 +0000
description:
Now that countless UVM bugs have been fixed, enable "topdown" memory
allocation by default.
diffstat:
sys/arch/powerpc/include/oea/vmparam.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (16 lines):
diff -r f324a9b9637a -r 5a48d432b833 sys/arch/powerpc/include/oea/vmparam.h
--- a/sys/arch/powerpc/include/oea/vmparam.h Mon Jan 10 05:34:51 2005 +0000
+++ b/sys/arch/powerpc/include/oea/vmparam.h Mon Jan 10 05:42:09 2005 +0000
@@ -181,11 +181,9 @@
#ifdef _KERNEL_OPT
#include "opt_uvm.h"
#endif
-#define __HAVE_TOPDOWN_VM
-#ifdef USE_TOPDOWN_VM
+#define __USE_TOPDOWN_VM
#define VM_DEFAULT_ADDRESS(da, sz) \
(((VM_MAXUSER_ADDRESS - MAXSSIZ) & SEGMENT_MASK) - round_page(sz))
-#endif
#ifndef VM_PHYSSEG_MAX
#define VM_PHYSSEG_MAX 16
Home |
Main Index |
Thread Index |
Old Index