commit | 1b12050f17460dc312cfd8cc59c79e181b23062b | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Nov 16 17:38:40 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Nov 16 17:38:40 2005 +0000 |
tree | 5f21465d9eb11f9825d89c3ac225a291f279b1a1 | |
parent | 8dc39b883e9497445b53c498be7493c3e43af006 [diff] |
[ARM] Move zone adjustment for SA1111 on SA11x0 platforms 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>