]> bbs.cooldavid.org Git - net-next-2.6.git/commit
nommu: Fix the fault processing for the MMU-less case
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:34:55 +0000 (12:34 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:34:55 +0000 (12:34 +0100)
commit09529f7a1a010cc364267fc5895a71c3853eb82c
tree67c02ab7314c48766812065a199c2277f7fe6688
parent16c79651a5ee1ad7e4fca65a7c5309dfca89ed28
nommu: Fix the fault processing for the MMU-less case

The patch adds the necessary ifdefs around functions that only make
sense when the MMU is enabled.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/mm/fault.c