From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Fri, 26 Feb 2016 09:47:21 +0000 Subject: [PATCH] arm64/mm: remove unnecessary boundary check In-Reply-To: <1456371874-19826-1-git-send-email-miles.chen@mediatek.com> References: <1456371874-19826-1-git-send-email-miles.chen@mediatek.com> Message-ID: <20160226094718.GA29125@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Feb 25, 2016 at 11:44:34AM +0800, miles.chen at mediatek.com wrote: > From: Miles Chen > > Remove the unnecessary boundary check since there is a huge > gap between user and kernel address that they would never overlap. > (arm64 does not have enough levels of page tables to cover 64-bit > virtual address) > > See Documentation/arm64/memory.txt > > Signed-off-by: Miles Chen > --- > arch/arm64/mm/init.c | 2 -- > 1 file changed, 2 deletions(-) Acked-by: Will Deacon Will