* [PATCH] Cobalt 64-bits kernels can be safely unmarked experimental
@ 2008-01-15 18:42 Florian Fainelli
2008-01-15 19:25 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2008-01-15 18:42 UTC (permalink / raw)
To: linux-mips, ralf
This patch removes the condition on
CONFIG_EXPERIMENTAL since 64-bits
cobalt kernels runs fine.
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
---
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b22c043..da5c723 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -82,7 +82,7 @@ config MIPS_COBALT
select SYS_HAS_CPU_NEVADA
select SYS_HAS_EARLY_PRINTK
select SYS_SUPPORTS_32BIT_KERNEL
- select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
+ select SYS_SUPPORTS_64BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
select GENERIC_HARDIRQS_NO__DO_IRQ
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-15 19:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-15 18:42 [PATCH] Cobalt 64-bits kernels can be safely unmarked experimental Florian Fainelli
2008-01-15 19:25 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox