projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbf3599
)
[ARM] S3C64XX: Remove __virt_to_bus/__bus_to_virt macros
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 14 Dec 2008 23:14:07 +0000
(23:14 +0000)
committer
Ben Dooks
<ben-linux@fluff.org>
Thu, 18 Dec 2008 16:35:54 +0000
(16:35 +0000)
The changes for ARM highmem support have removed the need
for the __virt_to_bus and __bus_to_virt macros, so remove them
from this build.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c6400/include/mach/memory.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c6400/include/mach/memory.h
b/arch/arm/mach-s3c6400/include/mach/memory.h
index 38c381132f24da62565f499269bec4bb04740028..a3ac84a6548010815bde285679c645ff172ce6b2 100644
(file)
--- a/
arch/arm/mach-s3c6400/include/mach/memory.h
+++ b/
arch/arm/mach-s3c6400/include/mach/memory.h
@@
-15,7
+15,4
@@
#define PHYS_OFFSET UL(0x50000000)
-#define __virt_to_bus(x) __virt_to_phys(x)
-#define __bus_to_virt(x) __phys_to_virt(x)
-
#endif