diff options
Diffstat (limited to 'arch/mips/kernel')
-rw-r--r-- | arch/mips/kernel/head.S | 2 |
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 @@ | |||
116 | EXPORT(stext) # used for profiling | 116 | EXPORT(stext) # used for profiling |
117 | EXPORT(_stext) | 117 | EXPORT(_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 |