[ARM] 5272/1: remove conditional compilation in show_pte()
authorNicolas Pitre <nico@cam.org>
Tue, 30 Sep 2008 15:10:11 +0000 (16:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 30 Sep 2008 15:41:04 +0000 (16:41 +0100)
commitda46c79a5418dd6ba006665c1535af0713bb77b9
treecd7c3530be58cb7dc9fbd1ddd891bddedefcba21
parentdfcc64497cbbf942cdd5af4b7eb17542b62aa759
[ARM] 5272/1: remove conditional compilation in show_pte()

The PTRS_PER_PMD != 1 condition can be evaluated with C code and
optimized at compile time.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/fault.c