From: Catalin Marinas Date: Mon, 5 Mar 2012 11:49:27 +0000 (+0000) Subject: arm64: MMU fault handling and page table management X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~80^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d18c47c735e8adfe531fc41fae31e98f86b68fe;p=pandora-kernel.git arm64: MMU fault handling and page table management 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 Signed-off-by: Catalin Marinas Acked-by: Tony Lindgren Acked-by: Nicolas Pitre Acked-by: Olof Johansson Acked-by: Santosh Shilimkar Acked-by: Arnd Bergmann --- Reading git-diff-tree failed