aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/sn/sn0/ip27.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/sn/sn0/ip27.h')
-rw-r--r--arch/mips/include/asm/sn/sn0/ip27.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/mips/include/asm/sn/sn0/ip27.h b/arch/mips/include/asm/sn/sn0/ip27.h
index 3c97e0855c8d..3b5efeefcc3f 100644
--- a/arch/mips/include/asm/sn/sn0/ip27.h
+++ b/arch/mips/include/asm/sn/sn0/ip27.h
@@ -21,14 +21,14 @@
21 21
22#ifndef __ASSEMBLY__ 22#ifndef __ASSEMBLY__
23 23
24#define CAUSE_BERRINTR IE_IRQ5 24#define CAUSE_BERRINTR IE_IRQ5
25 25
26#define ECCF_CACHE_ERR 0 26#define ECCF_CACHE_ERR 0
27#define ECCF_TAGLO 1 27#define ECCF_TAGLO 1
28#define ECCF_ECC 2 28#define ECCF_ECC 2
29#define ECCF_ERROREPC 3 29#define ECCF_ERROREPC 3
30#define ECCF_PADDR 4 30#define ECCF_PADDR 4
31#define ECCF_SIZE (5 * sizeof(long)) 31#define ECCF_SIZE (5 * sizeof(long))
32 32
33#endif /* !__ASSEMBLY__ */ 33#endif /* !__ASSEMBLY__ */
34 34
@@ -39,8 +39,8 @@
39 * the processor number of the calling processor. The proc parameters 39 * the processor number of the calling processor. The proc parameters
40 * must be a register. 40 * must be a register.
41 */ 41 */
42#define KL_GET_CPUNUM(proc) \ 42#define KL_GET_CPUNUM(proc) \
43 dli proc, LOCAL_HUB(0); \ 43 dli proc, LOCAL_HUB(0); \
44 ld proc, PI_CPU_NUM(proc) 44 ld proc, PI_CPU_NUM(proc)
45 45
46#endif /* __ASSEMBLY__ */ 46#endif /* __ASSEMBLY__ */
@@ -71,15 +71,15 @@
71 71
72#define NUM_CAUSE_INTRS 8 72#define NUM_CAUSE_INTRS 8
73 73
74#define SCACHE_LINESIZE 128 74#define SCACHE_LINESIZE 128
75#define SCACHE_LINEMASK (SCACHE_LINESIZE - 1) 75#define SCACHE_LINEMASK (SCACHE_LINESIZE - 1)
76 76
77#include <asm/sn/addrs.h> 77#include <asm/sn/addrs.h>
78 78
79#define LED_CYCLE_MASK 0x0f 79#define LED_CYCLE_MASK 0x0f
80#define LED_CYCLE_SHFT 4 80#define LED_CYCLE_SHFT 4
81 81
82#define SEND_NMI(_nasid, _slice) \ 82#define SEND_NMI(_nasid, _slice) \
83 REMOTE_HUB_S((_nasid), (PI_NMI_A + ((_slice) * PI_NMI_OFFSET)), 1) 83 REMOTE_HUB_S((_nasid), (PI_NMI_A + ((_slice) * PI_NMI_OFFSET)), 1)
84 84
85#endif /* _ASM_SN_SN0_IP27_H */ 85#endif /* _ASM_SN_SN0_IP27_H */