Skip to content

Commit

Permalink
[MIPS] Fix CONFIG_BOOT_RAW.
Browse files Browse the repository at this point in the history
This was broken by 017e3a492683b32d17dcd1b13b279745cc656073 (lmo) /
396a2ae (kernel.org).

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Jan 7, 2008
1 parent ce202cb commit ba820c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/mips/kernel/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba820c5

Please sign in to comment.