commit | da46c79a5418dd6ba006665c1535af0713bb77b9 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Tue Sep 30 16:10:11 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Sep 30 16:41:04 2008 +0100 |
tree | cd7c3530be58cb7dc9fbd1ddd891bddedefcba21 | |
parent | dfcc64497cbbf942cdd5af4b7eb17542b62aa759 [diff] |
[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>