projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0af79c
)
[ARM] Fix XIP_KERNEL build error in arch/arm/mm/mmu.c
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sat, 30 Sep 2006 09:50:05 +0000
(10:50 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 30 Sep 2006 09:50:05 +0000
(10:50 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mm/mmu.c
b/arch/arm/mm/mmu.c
index e566cbe4b222cd93186d6d06dd7b279fbbae4563..f866bf6b97d4f3dc810eeeaa140f9ecf2e10d965 100644
(file)
--- a/
arch/arm/mm/mmu.c
+++ b/
arch/arm/mm/mmu.c
@@
-27,7
+27,7
@@
DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
-extern void _stext, __data_start, _end;
+extern void _stext, _
etext, _
_data_start, _end;
extern pgd_t swapper_pg_dir[PTRS_PER_PGD];
/*