[ARM] Move FLUSH_BASE macros to asm/arch/memory.h
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 4 Apr 2006 20:47:43 +0000 (21:47 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 7 Apr 2006 12:22:21 +0000 (13:22 +0100)
FLUSH_BASE must be visible to arch/arm/mm/init.c in order for the
memory region to be setup.  Move these definitions from
asm-arm/arch-*/hardware.h into asm-arm/arch-*/memory.h where mm
stuff can see them.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found