| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ralf@linux-mips.org |
| Date: | Wed, 17 Aug 2005 10:40:17 +0100 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/17 10:40:11
Modified files:
arch/mips/kernel: setup.c
Log message:
DSP is an ASE ...
diff -urN linux/arch/mips/kernel/setup.c linux/arch/mips/kernel/setup.c
--- linux/arch/mips/kernel/setup.c 2005/07/14 12:05:05 1.185
+++ linux/arch/mips/kernel/setup.c 2005/08/17 09:40:10 1.186
@@ -553,7 +553,7 @@
int __init dsp_disable(char *s)
{
- cpu_data[0].options &= ~MIPS_ASE_DSP;
+ cpu_data[0].ases &= ~MIPS_ASE_DSP;
return 1;
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ralf |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, ralf |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Next by Thread: | CVS Update@linux-mips.org: linux, ralf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |