diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-30 08:59:37 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:30 -0400 |
commit | c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed (patch) | |
tree | 44bee3daac887df59c0d69658b19c21da4e1839f /arch/mips/kernel | |
parent | b288f135872b651ebf6cd1565d0709a5e31997f7 (diff) |
Support for MIPSsim, the cycle accurate MIPS simulator.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 |