linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: provide XIP_VIRT_ADDR for no-MMU builds
@ 2011-12-09 21:50 Uwe Kleine-König
  2011-12-09 23:12 ` Nicolas Pitre
  2011-12-10  1:02 ` Russell King - ARM Linux
  0 siblings, 2 replies; 6+ messages in thread
From: Uwe Kleine-König @ 2011-12-09 21:50 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
 arch/arm/include/asm/memory.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/memory.h b/arch/arm/include/asm/memory.h
index a8997d7..fcb5757 100644
--- a/arch/arm/include/asm/memory.h
+++ b/arch/arm/include/asm/memory.h
@@ -116,6 +116,8 @@
 #define MODULES_END		(END_MEM)
 #define MODULES_VADDR		(PHYS_OFFSET)
 
+#define XIP_VIRT_ADDR(physaddr)  (physaddr)
+
 #endif /* !CONFIG_MMU */
 
 /*
-- 
1.7.7.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-10 21:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 21:50 [PATCH] ARM: provide XIP_VIRT_ADDR for no-MMU builds Uwe Kleine-König
2011-12-09 23:12 ` Nicolas Pitre
2011-12-10  1:02 ` Russell King - ARM Linux
2011-12-10  9:52   ` Uwe Kleine-König
2011-12-10 10:11     ` Russell King - ARM Linux
2011-12-10 21:58       ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).