OSDN Git Service

[ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.c
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 30 Sep 2006 09:50:05 +0000 (10:50 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 30 Sep 2006 09:50:05 +0000 (10:50 +0100)
commit6ae5a6ef0340908fb7065a75231ae9980a910fbe
tree3079ed2b2f3102aacb81d8fee2a72cf50c2a6464
parente0af79cd52334c586d058253b7d32ce74434de26
[ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.c

XIP kernels need to know the start/end of text, but we were
missing the declaration of _etext in mmu.c.  Add it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mmu.c