mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
rk29: memory.h: fix for highmem
This commit is contained in:
@@ -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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user