Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/powerpc/include/oea/vmparam.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/powerpc/include/oea/vmparam.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/sys/arch/powerpc/include/oea/vmparam.h 2003/11/21 22:57:14 1.7 +++ src/sys/arch/powerpc/include/oea/vmparam.h 2005/01/10 05:42:09 1.8 @@ -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