Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31014
b: refs/heads/master
c: 313f53e
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Victor authored and Russell King committed Jun 28, 2006
1 parent f6b8a25 commit 8a7249f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b8b4913efa20f76718f524accf40e6d02a3bf0a
refs/heads/master: 313f53e3823c00bd0aa3601f01897573f2fc326d
2 changes: 0 additions & 2 deletions trunk/include/asm-arm/arch-at91rm9200/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
* bus_to_virt: Used to convert an address for DMA operations
* to an address that the kernel can use.
*/
#define __virt_to_bus__is_a_macro
#define __virt_to_bus(x) __virt_to_phys(x)
#define __bus_to_virt__is_a_macro
#define __bus_to_virt(x) __phys_to_virt(x)

#endif
2 changes: 0 additions & 2 deletions trunk/include/asm-arm/arch-h720x/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
* There is something to do here later !, Mar 2000, Jungjun Kim
*/

#define __virt_to_bus__is_a_macro
#define __virt_to_bus(x) __virt_to_phys(x)
#define __bus_to_virt__is_a_macro
#define __bus_to_virt(x) __phys_to_virt(x)

#endif
6 changes: 2 additions & 4 deletions trunk/include/asm-arm/arch-imx/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
* bus_to_virt: Used to convert an address for DMA operations
* to an address that the kernel can use.
*/
#define __virt_to_bus__is_a_macro
#define __virt_to_bus(x) (x - PAGE_OFFSET + PHYS_OFFSET)
#define __bus_to_virt__is_a_macro
#define __bus_to_virt(x) (x - PHYS_OFFSET + PAGE_OFFSET)
#define __virt_to_bus(x) (x - PAGE_OFFSET + PHYS_OFFSET)
#define __bus_to_virt(x) (x - PHYS_OFFSET + PAGE_OFFSET)

#endif

0 comments on commit 8a7249f

Please sign in to comment.