diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-13 04:53:34 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-13 04:53:34 -0500 |
commit | 865052fd51a4f95a9c61961198695877ddc3dc9e (patch) | |
tree | 41fbd08bc2f9b3863855b3b7cbd19974ac29460c | |
parent | 1cf99be560e471a868e14b12c08b0ae383966cec (diff) |
[ARM] Re-fix footbridge
That's __phys_to_pfn, not __phy_to_pfn.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | arch/arm/mach-footbridge/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/common.c b/arch/arm/mach-footbridge/common.c index fd60225a0a46..bbe6e4a0bf6a 100644 --- a/arch/arm/mach-footbridge/common.c +++ b/arch/arm/mach-footbridge/common.c | |||
@@ -132,7 +132,7 @@ void __init footbridge_init_irq(void) | |||
132 | static struct map_desc fb_common_io_desc[] __initdata = { | 132 | static struct map_desc fb_common_io_desc[] __initdata = { |
133 | { | 133 | { |
134 | .virtual = ARMCSR_BASE, | 134 | .virtual = ARMCSR_BASE, |
135 | .pfn = __phy_to_pfn(DC21285_ARMCSR_BASE), | 135 | .pfn = __phys_to_pfn(DC21285_ARMCSR_BASE), |
136 | .length = ARMCSR_SIZE, | 136 | .length = ARMCSR_SIZE, |
137 | .type = MT_DEVICE, | 137 | .type = MT_DEVICE, |
138 | }, { | 138 | }, { |