diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-03-13 08:59:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-03-17 01:03:27 +0000 |
commit | 080e948c079f7aa7c4dce7f14b046519886ccabc (patch) | |
tree | 19cddf5732c777cb614c291ccacf9bffe18a3128 /arch/mips | |
parent | 65f8ebe0630ffadce19a3ed11c7eb41bc6cfabce (diff) | |
download | blackbird-op-linux-080e948c079f7aa7c4dce7f14b046519886ccabc.tar.gz blackbird-op-linux-080e948c079f7aa7c4dce7f14b046519886ccabc.zip |
[MIPS] Lasat: Downgrade 64-bit kernel from experimental to broken.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2b9c65c3b5d1..e8424e73bf47 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -250,7 +250,7 @@ config LASAT select R5000_CPU_SCACHE select SYS_HAS_CPU_R5000 select SYS_SUPPORTS_32BIT_KERNEL - select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL + select SYS_SUPPORTS_64BIT_KERNEL if BROKEN select SYS_SUPPORTS_LITTLE_ENDIAN select GENERIC_HARDIRQS_NO__DO_IRQ |