From owner-p4-projects Sun Jan 12 20:49:29 2003 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3570B37B405; Sun, 12 Jan 2003 20:49:28 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7DB737B401 for ; Sun, 12 Jan 2003 20:49:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EBBF43ED8 for ; Sun, 12 Jan 2003 20:49:27 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0D4nRfh086678 for ; Sun, 12 Jan 2003 20:49:27 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0D4nRCH086675 for perforce@freebsd.org; Sun, 12 Jan 2003 20:49:27 -0800 (PST) Date: Sun, 12 Jan 2003 20:49:27 -0800 (PST) Message-Id: <200301130449.h0D4nRCH086675@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar Subject: PERFORCE change 23662 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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