[ARM] Move zone adjustment for SA1111 on SA11x0 platforms
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 16 Nov 2005 17:38:40 +0000 (17:38 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 16 Nov 2005 17:38:40 +0000 (17:38 +0000)
Unfortunately, using PAGE_SHIFT in asm/arch/memory.h is unsafe, and we
can't include asm/page.h into this file because then we have a circular
dependency.  Move the offending code to arch/arm/common/sa1111.c
instead.

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

No differences found