Skip to content

Commit

Permalink
[MIPS] DSP and MDMX share the same config flag bit.
Browse files Browse the repository at this point in the history
    
Clarify comment.
    
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed May 31, 2006
1 parent 7f3f1d0 commit 3301edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/mipsregs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3301edc

Please sign in to comment.