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:
ce202cb
)
[MIPS] Fix CONFIG_BOOT_RAW.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 7 Jan 2008 15:09:50 +0000
(15:09 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 7 Jan 2008 15:32:04 +0000
(15:32 +0000)
This was broken by
017e3a492683b32d17dcd1b13b279745cc656073
(lmo) /
396a2ae08e5080b140330645743ab2567f6bc426
(kernel.org).
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/head.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/head.S
b/arch/mips/kernel/head.S
index 2367687310630c40a68b11423a21dab45cc6b2a9..50be56c9e9ef590e9960337de7da248f5eaed575 100644
(file)
--- a/
arch/mips/kernel/head.S
+++ b/
arch/mips/kernel/head.S
@@
-136,7
+136,8
@@
EXPORT(_stext)
* kernel load address. This is needed because this platform does
* not have a ELF loader yet.
*/
- __INIT
+FEXPORT(__kernel_entry)
+ j kernel_entry
#endif
__INIT_REFOK