]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: LPAE: Move the FSR definitions to separate files
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 3 Nov 2011 14:13:42 +0000 (14:13 +0000)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 14 Nov 2011 14:11:18 +0000 (14:11 +0000)
commit1ad0d0a1184eb7612e07963bf28e5cf141e471fd
treeaf42320357ad440e0a1949de7b8430c1545888c3
parente944edddca0fe5534644819715b13f1f8405340f
ARM: LPAE: Move the FSR definitions to separate files

The FSR structure is different with LPAE and this patch moves the
classic MMU specific definition to a separate fsr-2level.c file that is
included in fault.c. It also moves the fsr_fs and FSR bits to the
fault.h file.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/mm/fault.c
arch/arm/mm/fault.h
arch/arm/mm/fsr-2level.c [new file with mode: 0644]