diff options
| -rw-r--r-- | include/asm-arm/arch-at91rm9200/memory.h | 2 | ||||
| -rw-r--r-- | include/asm-arm/arch-h720x/memory.h | 2 | ||||
| -rw-r--r-- | include/asm-arm/arch-imx/memory.h | 6 |
3 files changed, 2 insertions, 8 deletions
diff --git a/include/asm-arm/arch-at91rm9200/memory.h b/include/asm-arm/arch-at91rm9200/memory.h index 3c327c404373..f985069e6d01 100644 --- a/include/asm-arm/arch-at91rm9200/memory.h +++ b/include/asm-arm/arch-at91rm9200/memory.h | |||
| @@ -33,9 +33,7 @@ | |||
| 33 | * bus_to_virt: Used to convert an address for DMA operations | 33 | * bus_to_virt: Used to convert an address for DMA operations |
| 34 | * to an address that the kernel can use. | 34 | * to an address that the kernel can use. |
| 35 | */ | 35 | */ |
| 36 | #define __virt_to_bus__is_a_macro | ||
| 37 | #define __virt_to_bus(x) __virt_to_phys(x) | 36 | #define __virt_to_bus(x) __virt_to_phys(x) |
| 38 | #define __bus_to_virt__is_a_macro | ||
| 39 | #define __bus_to_virt(x) __phys_to_virt(x) | 37 | #define __bus_to_virt(x) __phys_to_virt(x) |
| 40 | 38 | ||
| 41 | #endif | 39 | #endif |
diff --git a/include/asm-arm/arch-h720x/memory.h b/include/asm-arm/arch-h720x/memory.h index 4a1bfd78a0fe..53e923dba76e 100644 --- a/include/asm-arm/arch-h720x/memory.h +++ b/include/asm-arm/arch-h720x/memory.h | |||
| @@ -23,9 +23,7 @@ | |||
| 23 | * There is something to do here later !, Mar 2000, Jungjun Kim | 23 | * There is something to do here later !, Mar 2000, Jungjun Kim |
| 24 | */ | 24 | */ |
| 25 | 25 | ||
| 26 | #define __virt_to_bus__is_a_macro | ||
| 27 | #define __virt_to_bus(x) __virt_to_phys(x) | 26 | #define __virt_to_bus(x) __virt_to_phys(x) |
| 28 | #define __bus_to_virt__is_a_macro | ||
| 29 | #define __bus_to_virt(x) __phys_to_virt(x) | 27 | #define __bus_to_virt(x) __phys_to_virt(x) |
| 30 | 28 | ||
| 31 | #endif | 29 | #endif |
diff --git a/include/asm-arm/arch-imx/memory.h b/include/asm-arm/arch-imx/memory.h index d09ae32cd2f4..5ad90127915f 100644 --- a/include/asm-arm/arch-imx/memory.h +++ b/include/asm-arm/arch-imx/memory.h | |||
| @@ -30,9 +30,7 @@ | |||
| 30 | * bus_to_virt: Used to convert an address for DMA operations | 30 | * bus_to_virt: Used to convert an address for DMA operations |
| 31 | * to an address that the kernel can use. | 31 | * to an address that the kernel can use. |
| 32 | */ | 32 | */ |
| 33 | #define __virt_to_bus__is_a_macro | 33 | #define __virt_to_bus(x) (x - PAGE_OFFSET + PHYS_OFFSET) |
| 34 | #define __virt_to_bus(x) (x - PAGE_OFFSET + PHYS_OFFSET) | 34 | #define __bus_to_virt(x) (x - PHYS_OFFSET + PAGE_OFFSET) |
| 35 | #define __bus_to_virt__is_a_macro | ||
| 36 | #define __bus_to_virt(x) (x - PHYS_OFFSET + PAGE_OFFSET) | ||
| 37 | 35 | ||
| 38 | #endif | 36 | #endif |
