projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad833f
)
rk29: memory.h: fix for highmem
author
黄涛
<huangtao@rock-chips.com>
Mon, 27 Jun 2011 05:01:05 +0000
(13:01 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 27 Jun 2011 05:59:22 +0000
(13:59 +0800)
arch/arm/mach-rk29/include/mach/memory.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk29/include/mach/memory.h
b/arch/arm/mach-rk29/include/mach/memory.h
index 7492e70ee306f506dc20d162cc7cf744517b4d4f..b634bcda63697ea961c85dac6375dd4d628bff21 100644
(file)
--- a/
arch/arm/mach-rk29/include/mach/memory.h
+++ b/
arch/arm/mach-rk29/include/mach/memory.h
@@
-19,10
+19,6
@@
/* physical offset of RAM */
#define PHYS_OFFSET UL(0x60000000)
-/* bus address and physical addresses are identical */
-#define __virt_to_bus(x) __virt_to_phys(x)
-#define __bus_to_virt(x) __phys_to_virt(x)
-
#define CONSISTENT_DMA_SIZE SZ_8M
/*