mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 01:36:55 +07:00
MIPS: mipsregs.h: Remove broken comments
Remove a duplicate FPU Status Register reference that has been there since forever and a mistakenly copied and pasted R4xx0 manual reference. [ralf@linux-mips.org: Fix conflict.] Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/9666/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
fab43ef4c8
commit
124f43d30f
@ -120,10 +120,6 @@
|
|||||||
/*
|
/*
|
||||||
* FPU Status Register Values
|
* FPU Status Register Values
|
||||||
*/
|
*/
|
||||||
/*
|
|
||||||
* Status Register Values
|
|
||||||
*/
|
|
||||||
|
|
||||||
#define FPU_CSR_FLUSH 0x01000000 /* flush denormalised results to 0 */
|
#define FPU_CSR_FLUSH 0x01000000 /* flush denormalised results to 0 */
|
||||||
#define FPU_CSR_COND 0x00800000 /* $fcc0 */
|
#define FPU_CSR_COND 0x00800000 /* $fcc0 */
|
||||||
#define FPU_CSR_COND0 0x00800000 /* $fcc0 */
|
#define FPU_CSR_COND0 0x00800000 /* $fcc0 */
|
||||||
@ -425,8 +421,6 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Bitfields and bit numbers in the coprocessor 0 IntCtl register. (MIPSR2)
|
* Bitfields and bit numbers in the coprocessor 0 IntCtl register. (MIPSR2)
|
||||||
*
|
|
||||||
* Refer to your MIPS R4xx0 manual, chapter 5 for explanation.
|
|
||||||
*/
|
*/
|
||||||
#define INTCTLB_IPFDC 23
|
#define INTCTLB_IPFDC 23
|
||||||
#define INTCTLF_IPFDC (_ULCAST_(7) << INTCTLB_IPFDC)
|
#define INTCTLF_IPFDC (_ULCAST_(7) << INTCTLB_IPFDC)
|
||||||
|
Loading…
Reference in New Issue
Block a user