diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-06-01 10:47:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-06-26 13:57:33 -0400 |
commit | b0c10b9f4c4123dfb2f9e0d3df244a402c938561 (patch) | |
tree | bb7737f32a6d72a20ca73b536e777cba8080374f | |
parent | b3a04a6d07453664abdf8b36296a640752ad4a70 (diff) |
[MIPS] AP/SP requires shadow registers, auto enable support.
Noticed by Chris Dearman (chris@mips.com).
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c03ecded4a99..73455389257a 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1392,6 +1392,7 @@ config MIPS_VPE_LOADER | |||
1392 | depends on SYS_SUPPORTS_MULTITHREADING | 1392 | depends on SYS_SUPPORTS_MULTITHREADING |
1393 | select CPU_MIPSR2_IRQ_VI | 1393 | select CPU_MIPSR2_IRQ_VI |
1394 | select CPU_MIPSR2_IRQ_EI | 1394 | select CPU_MIPSR2_IRQ_EI |
1395 | select CPU_MIPSR2_SRS | ||
1395 | select MIPS_MT | 1396 | select MIPS_MT |
1396 | help | 1397 | help |
1397 | Includes a loader for loading an elf relocatable object | 1398 | Includes a loader for loading an elf relocatable object |