浏览代码

[MIPS] Fix CONFIG_BOOT_RAW.

This was broken by 017e3a492683b32d17dcd1b13b279745cc656073 (lmo) /
396a2ae08e5080b140330645743ab2567f6bc426 (kernel.org).

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 17 年之前
父节点
当前提交
ba820c5c51
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      arch/mips/kernel/head.S

+ 2 - 1
arch/mips/kernel/head.S

@@ -136,7 +136,8 @@ EXPORT(_stext)
 	 * kernel load address.  This is needed because this platform does
 	 * kernel load address.  This is needed because this platform does
 	 * not have a ELF loader yet.
 	 * not have a ELF loader yet.
 	 */
 	 */
-	__INIT
+FEXPORT(__kernel_entry)
+	j	kernel_entry
 #endif
 #endif
 
 
 	__INIT_REFOK
 	__INIT_REFOK