[MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
No functional changes. Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
This commit is contained in:
parent
89a1550ec6
commit
bf462ae450
@ -139,18 +139,20 @@
|
|||||||
#define FPU_CSR_RU 0x2 /* towards +Infinity */
|
#define FPU_CSR_RU 0x2 /* towards +Infinity */
|
||||||
#define FPU_CSR_RD 0x3 /* towards -Infinity */
|
#define FPU_CSR_RD 0x3 /* towards -Infinity */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Values for PageMask register
|
* Values for PageMask register
|
||||||
*/
|
*/
|
||||||
#include <linux/config.h>
|
#include <linux/config.h>
|
||||||
#ifdef CONFIG_CPU_VR41XX
|
#ifdef CONFIG_CPU_VR41XX
|
||||||
|
|
||||||
#define PM_1K 0x00000000
|
#define PM_1K 0x00000000
|
||||||
#define PM_4K 0x00001800
|
#define PM_4K 0x00001800
|
||||||
#define PM_16K 0x00007800
|
#define PM_16K 0x00007800
|
||||||
#define PM_64K 0x0001f800
|
#define PM_64K 0x0001f800
|
||||||
#define PM_256K 0x0007f800
|
#define PM_256K 0x0007f800
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define PM_4K 0x00000000
|
#define PM_4K 0x00000000
|
||||||
#define PM_16K 0x00006000
|
#define PM_16K 0x00006000
|
||||||
#define PM_64K 0x0001e000
|
#define PM_64K 0x0001e000
|
||||||
@ -158,6 +160,7 @@
|
|||||||
#define PM_1M 0x001fe000
|
#define PM_1M 0x001fe000
|
||||||
#define PM_4M 0x007fe000
|
#define PM_4M 0x007fe000
|
||||||
#define PM_16M 0x01ffe000
|
#define PM_16M 0x01ffe000
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user