From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Wed, 29 Jul 2015 13:32:12 +0100 Subject: bug in identity map for 4KB pages? In-Reply-To: References: <20150729114258.GK15213@leverpostej> Message-ID: <20150729123212.GM15213@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > (replying to self) but actually, either solution still means that, of > the ~16 GB this platform seems to have installed, only 2 GB is made > available. > > I suppose there is little we can do about it, since we cannot ignore > the lower 2GB if the kernel resides there ... Yup. We need to cap memory for the general case anyway (e.g. 48 bits worth of contiguous memory when the kernel only supports 39), and changes to spasemem behaviour are orthogonal to that. Mark.