]> 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>
Tue, 8 Nov 2011 10:26:17 +0000 (10:26 +0000)
commite58c8fd4a44143b734bf00e18c77c47efe460f6b
treece536d970080282fc7d01ecf5f03041506bc4611
parent8cefb5935f3a3c6069e72651a56fa80d28209da7
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]