ARM: LPAE: Move the FSR definitions to separate files
authorCatalin Marinas <catalin.marinas@arm.com>
Tue, 22 Nov 2011 17:30:28 +0000 (17:30 +0000)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 20 Feb 2013 21:19:21 +0000 (23:19 +0200)
commita33ff2f5ab33f50f942d87a1a357bb34a95d2fae
tree0f1e97d27e15a69a73603d3c9e67416bacd74b7b
parentccafb60603f7399fa990e0d5382efc085188ba0b
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]