Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 20:49:27 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 23662 for review
Message-ID:  <200301130449.h0D4nRCH086675@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=23662

Change 23662 by marcel@marcel_nfs on 2003/01/12 20:48:51

	Add SPARSE_PHYSICAL_MEMORY.
	This option guards the code changes that deal with sparse memory
	systems. For the VM system this has an affect on the VM page
	array and the mapping from physical address to vm_page pointer.
	
	Also, machine dependent code that builds phys_avail can make
	use of this option to accept or reject memory regions if it
	would create a sparse physical address space.

Affected files ...

.. //depot/projects/ia64/sys/conf/options#37 edit

Differences ...

==== //depot/projects/ia64/sys/conf/options#37 (text+ko) ====

@@ -476,6 +476,7 @@
 PQ_LARGECACHE		opt_vmpage.h
 PQ_HUGECACHE		opt_vmpage.h
 PQ_CACHESIZE		opt_vmpage.h
+SPARSE_PHYSICAL_MEMORY	opt_vmpage.h
 
 # Standard SMP options
 SMP			opt_global.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301130449.h0D4nRCH086675>