aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/head.S')
-rw-r--r--arch/mips/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S
index d2de5d025dbf..2e9122a4213a 100644
--- a/arch/mips/kernel/head.S
+++ b/arch/mips/kernel/head.S
@@ -116,7 +116,7 @@
116EXPORT(stext) # used for profiling 116EXPORT(stext) # used for profiling
117EXPORT(_stext) 117EXPORT(_stext)
118 118
119#ifdef CONFIG_QEMU 119#if defined(CONFIG_QEMU) || defined(CONFIG_MIPS_SIM)
120 /* 120 /*
121 * Give us a fighting chance of running if execution beings at the 121 * Give us a fighting chance of running if execution beings at the
122 * kernel load address. This is needed because this platform does 122 * kernel load address. This is needed because this platform does