summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-05-30 20:47:44 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-05-30 20:47:44 +0000
commit9ba78e4c346faa07b27510ca26cf70573a667d1f (patch)
treee602ea409b27be863456640e3469eb351d97f239
parent18d15dc1dd9ec5123568823167e7a2ae9a0729f2 (diff)
Don't make Origin SMP as experimental.
-rw-r--r--arch/mips64/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/config.in b/arch/mips64/config.in
index b2454b8cc..430ab6a7c 100644
--- a/arch/mips64/config.in
+++ b/arch/mips64/config.in
@@ -17,7 +17,7 @@ bool 'Support for SGI IP27' CONFIG_SGI_IP27
if [ "$CONFIG_SGI_IP27" = "y" ]; then
bool ' IP27 N-Mode' CONFIG_SGI_SN0_N_MODE
bool ' Discontiguous Memory Support' CONFIG_DISCONTIGMEM
- bool ' Multi-Processing support (Experimental)' CONFIG_SMP
+ bool ' Multi-Processing support' CONFIG_SMP
#bool ' IP27 XXL' CONFIG_SGI_SN0_XXL
fi
endmenu