Re: [PATCH v3 06/31] arm64: MMU fault handling and page table management
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-09-07 19:11:54
Also in:
linux-arm-kernel, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-09-07 19:11:54
Also in:
linux-arm-kernel, lkml
On Friday 07 September 2012, Catalin Marinas wrote:
This patch adds support for the handling of the MMU faults (exception entry code introduced by a previous patch) and page table management. The user translation table is pointed to by TTBR0 and the kernel one (swapper_pg_dir) by TTBR1. There is no translation information shared or address space overlapping between user and kernel page tables. Signed-off-by: Will Deacon <redacted> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>