diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-07-06 23:56:00 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-06 23:56:00 +0200 |
commit | 839efb4ffbfba74857e3411413f7ca53c8ff1925 (patch) | |
tree | 33d2c8198bdd3453c5df35b51be4de0026cdeec1 /arch/mips | |
parent | f0b77f2c0eed1e37c96b9a995d5a45e9eb4aaca8 (diff) | |
download | linux-839efb4ffbfba74857e3411413f7ca53c8ff1925.tar.gz linux-839efb4ffbfba74857e3411413f7ca53c8ff1925.tar.bz2 linux-839efb4ffbfba74857e3411413f7ca53c8ff1925.zip |
MIPS: MT: Fix indentation damage.
Split off from https://patchwork.linux-mips.org/patch/3603/.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/mipsmtregs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mipsmtregs.h b/arch/mips/include/asm/mipsmtregs.h index c9420aa97e32..e71ff4c317f2 100644 --- a/arch/mips/include/asm/mipsmtregs.h +++ b/arch/mips/include/asm/mipsmtregs.h @@ -48,7 +48,7 @@ #define CP0_VPECONF0 $1, 2 #define CP0_VPECONF1 $1, 3 #define CP0_YQMASK $1, 4 -#define CP0_VPESCHEDULE $1, 5 +#define CP0_VPESCHEDULE $1, 5 #define CP0_VPESCHEFBK $1, 6 #define CP0_TCSTATUS $2, 1 #define CP0_TCBIND $2, 2 |