diff --git a/[refs] b/[refs] index 9ef546a09767..9bf3d35c6713 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6d5a11dad44b8ae18ca8fc4ecb72ccccfa0a2d2 +refs/heads/master: 396a2ae08e5080b140330645743ab2567f6bc426 diff --git a/trunk/arch/mips/kernel/head.S b/trunk/arch/mips/kernel/head.S index e46782b0ebc8..bf164a562acb 100644 --- a/trunk/arch/mips/kernel/head.S +++ b/trunk/arch/mips/kernel/head.S @@ -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 @@ -149,6 +149,8 @@ EXPORT(_stext) __INIT #endif + __INIT_REFOK + NESTED(kernel_entry, 16, sp) # kernel entry point kernel_entry_setup # cpu specific setup