diff mbox

[8/9] davinci: remove definition of SRAM_VIRT

Message ID 8739469073d138fef7df16207644e94953e3f7cf.1305668470.git.bengardiner@nanometrics.ca (mailing list archive)
State Changes Requested
Headers show

Commit Message

Ben Gardiner May 17, 2011, 9:42 p.m. UTC
Previously all platforms were iomapping their SRAM using iotable entries with
SRAM_VIRT as the target virtual address.

Remove the SRAM_VIRT definition now that all the iotables are removed and
sram init is doing ioremaps before regsitering with pv_pool_create.

Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca>
---
 arch/arm/mach-davinci/include/mach/common.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Comments

Sergei Shtylyov May 18, 2011, 10:40 a.m. UTC | #1
Hello.

On 18-05-2011 1:42, Ben Gardiner wrote:

> Previously all platforms were iomapping their SRAM using iotable entries with
> SRAM_VIRT as the target virtual address.

> Remove the SRAM_VIRT definition now that all the iotables are removed and
> sram init is doing ioremaps before regsitering with pv_pool_create.

> Signed-off-by: Ben Gardiner<bengardiner@nanometrics.ca>

    I think patches 3-8 can safely be merged into one patch.

WBR, Sergei
diff mbox

Patch

diff --git a/arch/arm/mach-davinci/include/mach/common.h b/arch/arm/mach-davinci/include/mach/common.h
index 665d049..16b5ec5 100644
--- a/arch/arm/mach-davinci/include/mach/common.h
+++ b/arch/arm/mach-davinci/include/mach/common.h
@@ -86,8 +86,6 @@  extern struct davinci_soc_info davinci_soc_info;
 extern void davinci_common_init(struct davinci_soc_info *soc_info);
 extern void davinci_init_ide(void);
 
-/* standard place to map on-chip SRAMs; they *may* support DMA */
-#define SRAM_VIRT	0xfffe0000
 #define SRAM_SIZE	SZ_128K
 
 #endif /* __ARCH_ARM_MACH_DAVINCI_COMMON_H */