From 49bd35a53e10d17b1949bf656b9438c501552c33 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 16 Oct 2007 20:05:18 +0100 Subject: [PATCH] --- yaml --- r: 70913 b: refs/heads/master c: 396a2ae08e5080b140330645743ab2567f6bc426 h: refs/heads/master i: 70911: 47c2e5fc20088536f3bc8aaeeb4701d2be2d8eb2 v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/head.S | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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