]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: mach-ixp4xx: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 6 Jul 2011 02:28:09 +0000 (22:28 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Mon, 18 Jul 2011 19:30:00 +0000 (15:30 -0400)
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
13 files changed:
arch/arm/mach-ixp4xx/avila-setup.c
arch/arm/mach-ixp4xx/coyote-setup.c
arch/arm/mach-ixp4xx/dsmg600-setup.c
arch/arm/mach-ixp4xx/fsg-setup.c
arch/arm/mach-ixp4xx/gateway7001-setup.c
arch/arm/mach-ixp4xx/goramo_mlr.c
arch/arm/mach-ixp4xx/gtwx5715-setup.c
arch/arm/mach-ixp4xx/include/mach/memory.h
arch/arm/mach-ixp4xx/ixdp425-setup.c
arch/arm/mach-ixp4xx/nas100d-setup.c
arch/arm/mach-ixp4xx/nslu2-setup.c
arch/arm/mach-ixp4xx/vulcan-setup.c
arch/arm/mach-ixp4xx/wg302v2-setup.c

index 73745ff102d5da3e20beb6451b9736a2bf20cb00..ee19c1d383aa8afedddff7661a692a712eff0388 100644 (file)
@@ -169,6 +169,9 @@ MACHINE_START(AVILA, "Gateworks Avila Network Platform")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = avila_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 
  /*
@@ -184,6 +187,9 @@ MACHINE_START(LOFT, "Giant Shoulder Inc Loft board")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = avila_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 #endif
 
index 355e3de3873371050a9794761def1761fd0ef34f..e24564b5d935762d01ce91691220a760bcdc8848 100644 (file)
@@ -114,6 +114,9 @@ MACHINE_START(ADI_COYOTE, "ADI Engineering Coyote")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = coyote_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 #endif
 
index d398229cfaa5d40b09e13effcf660dc71e97df8f..03e54515e8b3c58b9c3cd02dd70176f6b6588830 100644 (file)
@@ -284,4 +284,7 @@ MACHINE_START(DSMG600, "D-Link DSM-G600 RevA")
        .init_irq       = ixp4xx_init_irq,
        .timer          = &dsmg600_timer,
        .init_machine   = dsmg600_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
index 727ee39ce11c1ec786dc8cc498d7631996cc0490..23a8b3614568157f1aa9921fc8ce00c615107078 100644 (file)
@@ -275,5 +275,8 @@ MACHINE_START(FSG, "Freecom FSG-3")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = fsg_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 
index 9dc0b4eaa65adbac3ca17e7c7c565f793c440356..d4f851bdd9a4942b115ee2fa06833d4e34d879e9 100644 (file)
@@ -101,5 +101,8 @@ MACHINE_START(GATEWAY7001, "Gateway 7001 AP")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = gateway7001_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 #endif
index 3e8c0e33b59ce46db2c83169ee2c616b809937e5..5f00ad224fe03ff8b76c8bc8d82cd876599a6aaf 100644 (file)
@@ -501,4 +501,7 @@ MACHINE_START(GORAMO_MLR, "MultiLink")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = gmlr_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
index 77abead362277492e076f6d734a182241275314b..3790dffd3c30e46ee4cf9ae4cfd9c8990e4a91dd 100644 (file)
@@ -169,6 +169,9 @@ MACHINE_START(GTWX5715, "Gemtek GTWX5715 (Linksys WRV54G)")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = gtwx5715_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 
 
index 34e79404671afc265fe6ff324d1cace94640388d..4caf1761f1e2e9a192006dbfab7d9cda78f8605d 100644 (file)
@@ -14,8 +14,4 @@
  */
 #define PLAT_PHYS_OFFSET       UL(0x00000000)
 
-#ifdef CONFIG_PCI
-#define ARM_DMA_ZONE_SIZE      SZ_64M
-#endif
-
 #endif
index dca4f7f9f4f7bc3c2e12babc52d4443e537ab87d..6a2927956bf6ab73d620fd8501e98b79a17b8c27 100644 (file)
@@ -258,6 +258,9 @@ MACHINE_START(IXDP425, "Intel IXDP425 Development Platform")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = ixdp425_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 #endif
 
@@ -269,6 +272,9 @@ MACHINE_START(IXDP465, "Intel IXDP465 Development Platform")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = ixdp425_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 #endif
 
@@ -280,6 +286,9 @@ MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = ixdp425_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 #endif
 
@@ -291,5 +300,8 @@ MACHINE_START(KIXRP435, "Intel KIXRP435 Reference Platform")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = ixdp425_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 #endif
index f18fee748878e961136a837755dc460d3c35574b..afb51879d9a4d1dbac46472ce07543166fdc0120 100644 (file)
@@ -319,4 +319,7 @@ MACHINE_START(NAS100D, "Iomega NAS 100d")
        .init_irq       = ixp4xx_init_irq,
        .timer          = &ixp4xx_timer,
        .init_machine   = nas100d_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
index f79b62eb7614ec091d098b0276881a569d521d78..69e40f2cf09217caab9f7d7c5c0d3569c3807134 100644 (file)
@@ -305,4 +305,7 @@ MACHINE_START(NSLU2, "Linksys NSLU2")
        .init_irq       = ixp4xx_init_irq,
        .timer          = &nslu2_timer,
        .init_machine   = nslu2_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
index 4e72cfdd3c461d2dba2fc03161998645d353e7f5..045336c833af7e8e4ded1b0297fa4aa59165d0e5 100644 (file)
@@ -241,4 +241,7 @@ MACHINE_START(ARCOM_VULCAN, "Arcom/Eurotech Vulcan")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = vulcan_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
index 5d148c7bc4fbd167473efb36fa2cd3e62e68aecb..40b9fad800b88d1c01b5803ca14b01aae6db262b 100644 (file)
@@ -102,5 +102,8 @@ MACHINE_START(WG302V2, "Netgear WG302 v2 / WAG302 v2")
        .timer          = &ixp4xx_timer,
        .boot_params    = 0x0100,
        .init_machine   = wg302v2_init,
+#if defined(CONFIG_PCI)
+       .dma_zone_size  = SZ_64M,
+#endif
 MACHINE_END
 #endif