svn commit: r190001 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb sparc64/include

Marius Strobl marius at FreeBSD.org
Wed Mar 18 16:35:41 PDT 2009


Author: marius
Date: Wed Mar 18 23:35:40 2009
New Revision: 190001
URL: http://svn.freebsd.org/changeset/base/190001

Log:
  MFC: r181642
  
  Assume OpenSolaris knows better and use their value for VM_MAX_PROM_ADDRESS.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/sparc64/include/vmparam.h

Modified: stable/7/sys/sparc64/include/vmparam.h
==============================================================================
--- stable/7/sys/sparc64/include/vmparam.h	Wed Mar 18 23:25:12 2009	(r190000)
+++ stable/7/sys/sparc64/include/vmparam.h	Wed Mar 18 23:35:40 2009	(r190001)
@@ -194,7 +194,7 @@
 #define	VM_MAX_KERNEL_ADDRESS	(vm_max_kernel_address)
 
 #define	VM_MIN_PROM_ADDRESS	(0x00000000f0000000UL)
-#define	VM_MAX_PROM_ADDRESS	(0x00000000ffffe000UL)
+#define	VM_MAX_PROM_ADDRESS	(0x00000000ffffffffUL)
 
 #define	VM_MIN_USER_ADDRESS	(0x0000000000000000UL)
 #define	VM_MAX_USER_ADDRESS	(0x000007fe00000000UL)


More information about the svn-src-all mailing list