diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-06-01 15:47:46 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-06-26 19:57:33 +0200 |
commit | b0c10b9f4c4123dfb2f9e0d3df244a402c938561 (patch) | |
tree | bb7737f32a6d72a20ca73b536e777cba8080374f /arch | |
parent | b3a04a6d07453664abdf8b36296a640752ad4a70 (diff) | |
download | linux-b0c10b9f4c4123dfb2f9e0d3df244a402c938561.tar.bz2 |
[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>
Diffstat (limited to 'arch')
-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 depends on SYS_SUPPORTS_MULTITHREADING select CPU_MIPSR2_IRQ_VI select CPU_MIPSR2_IRQ_EI + select CPU_MIPSR2_SRS select MIPS_MT help Includes a loader for loading an elf relocatable object |