commit | 6ae5a6ef0340908fb7065a75231ae9980a910fbe | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Sep 30 10:50:05 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Sep 30 10:50:05 2006 +0100 |
tree | 3079ed2b2f3102aacb81d8fee2a72cf50c2a6464 | |
parent | e0af79cd52334c586d058253b7d32ce74434de26 [diff] |
[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>