diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2012-09-02 00:50:39 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-22 03:36:38 +0000 |
commit | b7b23db72f9a79e6ed0bcfb75d73b29f8e03fe62 (patch) | |
tree | e521da8384bf4afdbd23e78dd8b3778e2b17c05f /arch/arm/mach-ixp4xx/common.c | |
parent | f0cdb153292635203b3a0921c901dacf85d4ef1b (diff) |
IXP4xx: map CPU config registers within VMALLOC region.
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'arch/arm/mach-ixp4xx/common.c')
-rw-r--r-- | arch/arm/mach-ixp4xx/common.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-ixp4xx/common.c b/arch/arm/mach-ixp4xx/common.c index acc0584377fc..8c0c0e2d0727 100644 --- a/arch/arm/mach-ixp4xx/common.c +++ b/arch/arm/mach-ixp4xx/common.c @@ -73,14 +73,6 @@ static struct map_desc ixp4xx_io_desc[] __initdata = { .length = IXP4XX_QMGR_REGION_SIZE, .type = MT_DEVICE }, -#ifdef CONFIG_DEBUG_LL - { /* Debug UART mapping */ - .virtual = (unsigned long)IXP4XX_DEBUG_UART_BASE_VIRT, - .pfn = __phys_to_pfn(IXP4XX_DEBUG_UART_BASE_PHYS), - .length = IXP4XX_DEBUG_UART_REGION_SIZE, - .type = MT_DEVICE - } -#endif }; void __init ixp4xx_map_io(void) |