From: Russell King Date: Sat, 30 Sep 2006 09:50:05 +0000 (+0100) Subject: [ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.c X-Git-Tag: v2.6.19-rc1~214^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae5a6ef0340908fb7065a75231ae9980a910fbe;p=pandora-kernel.git [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 --- Reading git-diff-tree failed