| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] Cobalt 64-bits kernels can be safely unmarked experimental |
| From: | Florian Fainelli <florian.fainelli@telecomint.eu> |
| Date: | Tue, 15 Jan 2008 19:42:57 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Tester with IP27/IP30 needed, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH] Cobalt 64-bits kernels can be safely unmarked experimental, Ralf Baechle |
| Previous by Thread: | pmag-aa-fb, Geert Uytterhoeven |
| Next by Thread: | Re: [PATCH] Cobalt 64-bits kernels can be safely unmarked experimental, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |