sh: Enable shared page fault handler for _32/_64.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2012 06:33:28 +0000 (15:33 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2012 06:33:28 +0000 (15:33 +0900)
commit28080329ede3e4110bb14306b4529a5b9a2ce163
tree6c4d953750eb8aa99077cb0315af060b4dcffc33
parente45af0e083dfc5d49dbad6965b9eeb3ac0072d82
sh: Enable shared page fault handler for _32/_64.

This moves the now generic _32 page fault handling code to a shared place
and adapts the _64 implementation to make use of it.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/Makefile
arch/sh/mm/fault.c [new file with mode: 0644]
arch/sh/mm/fault_32.c [deleted file]
arch/sh/mm/fault_64.c [deleted file]
arch/sh/mm/tlbex_32.c [new file with mode: 0644]
arch/sh/mm/tlbex_64.c [new file with mode: 0644]
arch/sh/mm/tlbflush_64.c
This page took 0.024565 seconds and 5 git commands to generate.