svn commit: r270693 - stable/10/sys/amd64/include

Konstantin Belousov kib at FreeBSD.org
Wed Aug 27 01:34:34 UTC 2014


Author: kib
Date: Wed Aug 27 01:34:33 2014
New Revision: 270693
URL: http://svnweb.freebsd.org/changeset/base/270693

Log:
  MFC r270202:
  Increase max number of physical segments on amd64 to 63.

Modified:
  stable/10/sys/amd64/include/vmparam.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/amd64/include/vmparam.h
==============================================================================
--- stable/10/sys/amd64/include/vmparam.h	Wed Aug 27 01:02:19 2014	(r270692)
+++ stable/10/sys/amd64/include/vmparam.h	Wed Aug 27 01:34:33 2014	(r270693)
@@ -87,7 +87,7 @@
  * largest physical address that is accessible by ISA DMA is split
  * into two PHYSSEG entries. 
  */
-#define	VM_PHYSSEG_MAX		31
+#define	VM_PHYSSEG_MAX		63
 
 /*
  * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool


More information about the svn-src-all mailing list