Loading arch/mips/kernel/head.S +3 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ EXPORT(_stext) #ifndef CONFIG_BOOT_RAW #ifdef CONFIG_BOOT_RAW /* * Give us a fighting chance of running if execution beings at the * kernel load address. This is needed because this platform does Loading @@ -149,6 +149,8 @@ EXPORT(_stext) __INIT #endif __INIT_REFOK NESTED(kernel_entry, 16, sp) # kernel entry point kernel_entry_setup # cpu specific setup Loading Loading
arch/mips/kernel/head.S +3 −1 Original line number Diff line number Diff line Loading @@ -140,7 +140,7 @@ EXPORT(_stext) #ifndef CONFIG_BOOT_RAW #ifdef CONFIG_BOOT_RAW /* * Give us a fighting chance of running if execution beings at the * kernel load address. This is needed because this platform does Loading @@ -149,6 +149,8 @@ EXPORT(_stext) __INIT #endif __INIT_REFOK NESTED(kernel_entry, 16, sp) # kernel entry point kernel_entry_setup # cpu specific setup Loading