svn commit: r224364 - stable/7/sys/sparc64/include

Marius Strobl marius at FreeBSD.org
Mon Jul 25 18:29:35 UTC 2011


Author: marius
Date: Mon Jul 25 18:29:35 2011
New Revision: 224364
URL: http://svn.freebsd.org/changeset/base/224364

Log:
  MFC: r223379
  
  Fix whitespace

Modified:
  stable/7/sys/sparc64/include/vmparam.h
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/sparc64/include/vmparam.h
==============================================================================
--- stable/7/sys/sparc64/include/vmparam.h	Mon Jul 25 18:28:12 2011	(r224363)
+++ stable/7/sys/sparc64/include/vmparam.h	Mon Jul 25 18:29:35 2011	(r224364)
@@ -85,7 +85,7 @@
  * The number of PHYSSEG entries must be one greater than the number
  * of phys_avail entries because the phys_avail entry that spans the
  * largest physical address that is accessible by ISA DMA is split
- * into two PHYSSEG entries. 
+ * into two PHYSSEG entries.
  */
 #define	VM_PHYSSEG_MAX		64
 
@@ -144,13 +144,13 @@
  * 43 bits of user address space is considered to be "enough", so we ignore it.
  *
  * Upper region:	0xffffffffffffffff
- * 			0xfffff80000000000
- * 
+ *			0xfffff80000000000
+ *
  * Hole:		0xfffff7ffffffffff
- * 			0x0000080000000000
+ *			0x0000080000000000
  *
  * Lower region:	0x000007ffffffffff
- * 			0x0000000000000000
+ *			0x0000000000000000
  *
  * In general we ignore the upper region, and use the lower region as mappable
  * space.


More information about the svn-src-stable mailing list