diff options
| -rw-r--r-- | arch/mips/include/asm/inst.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/inst.h b/arch/mips/include/asm/inst.h index 7ebfc392e58d..ab84064283db 100644 --- a/arch/mips/include/asm/inst.h +++ b/arch/mips/include/asm/inst.h | |||
| @@ -251,7 +251,7 @@ struct f_format { /* FPU register format */ | |||
| 251 | unsigned int func : 6; | 251 | unsigned int func : 6; |
| 252 | }; | 252 | }; |
| 253 | 253 | ||
| 254 | struct ma_format { /* FPU multipy and add format (MIPS IV) */ | 254 | struct ma_format { /* FPU multiply and add format (MIPS IV) */ |
| 255 | unsigned int opcode : 6; | 255 | unsigned int opcode : 6; |
| 256 | unsigned int fr : 5; | 256 | unsigned int fr : 5; |
| 257 | unsigned int ft : 5; | 257 | unsigned int ft : 5; |
| @@ -324,7 +324,7 @@ struct f_format { /* FPU register format */ | |||
| 324 | unsigned int opcode : 6; | 324 | unsigned int opcode : 6; |
| 325 | }; | 325 | }; |
| 326 | 326 | ||
| 327 | struct ma_format { /* FPU multipy and add format (MIPS IV) */ | 327 | struct ma_format { /* FPU multiply and add format (MIPS IV) */ |
| 328 | unsigned int fmt : 2; | 328 | unsigned int fmt : 2; |
| 329 | unsigned int func : 4; | 329 | unsigned int func : 4; |
| 330 | unsigned int fd : 5; | 330 | unsigned int fd : 5; |
