]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 8 Dec 2011 10:30:37 +0000 (10:30 +0000)
commit8cb3bcc3bd1f40324f7b74342b8fe86de1c29873
tree9b4b311b64f40afb2028db988710f3500e3995cf
parente48e1f97a82e7313abd5e569381b085baf5c41ff
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]