diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-05-15 18:24:57 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-01 00:28:33 +0100 |
commit | 3301edcbd7aab674bd7598e6b97a314b93874ec0 (patch) | |
tree | f6c9a1e42f2bb659ca5fb0da94125c6bd6d902a8 /include | |
parent | 7f3f1d01a9020cff2cb2390aaee3f8df0d70e203 (diff) | |
download | talos-op-linux-3301edcbd7aab674bd7598e6b97a314b93874ec0.tar.gz talos-op-linux-3301edcbd7aab674bd7598e6b97a314b93874ec0.zip |
[MIPS] DSP and MDMX share the same config flag bit.
Clarify comment.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/mipsregs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index a2ef579f6b1a..5af7517fce8a 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h @@ -291,7 +291,7 @@ #define ST0_DL (_ULCAST_(1) << 24) /* - * Enable the MIPS DSP ASE + * Enable the MIPS MDMX and DSP ASEs */ #define ST0_MX 0x01000000 |