Received: by mail.netbsd.org (Postfix, from userid 605) id 271B584DE6; Wed, 14 Jun 2017 14:17:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A72EB84DD7 for ; Wed, 14 Jun 2017 14:17:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id e73GjV7-a57X for ; Wed, 14 Jun 2017 14:17:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 51FE684DCC for ; Wed, 14 Jun 2017 14:17:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D491FAB7; Wed, 14 Jun 2017 14:17:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 14 Jun 2017 14:17:15 +0000 From: "Maxime Villard" Subject: CVS commit: src/sys/arch/x86 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170614141715.4D491FAB7@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Maxime Villard" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: maxv Date: Wed Jun 14 14:17:15 UTC 2017 Modified Files: src/sys/arch/x86/include: pmap.h src/sys/arch/x86/x86: pmap.c Log Message: Give the direct map 32 slots (16TB of va). This matches MAXPHYSMEM, in such a way that the direct map is no longer the limiting factor for high memory systems. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/x86/include/pmap.h cvs rdiff -u -r1.245 -r1.246 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.