diff options
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-berr.c')
-rw-r--r-- | arch/mips/sgi-ip27/ip27-berr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sgi-ip27/ip27-berr.c b/arch/mips/sgi-ip27/ip27-berr.c index 04cebadc2b3c..692778da9e76 100644 --- a/arch/mips/sgi-ip27/ip27-berr.c +++ b/arch/mips/sgi-ip27/ip27-berr.c | |||
@@ -39,7 +39,7 @@ static void dump_hub_information(unsigned long errst0, unsigned long errst1) | |||
39 | 39 | ||
40 | printk("Hub has valid error information:\n"); | 40 | printk("Hub has valid error information:\n"); |
41 | if (errst0 & PI_ERR_ST0_OVERRUN_MASK) | 41 | if (errst0 & PI_ERR_ST0_OVERRUN_MASK) |
42 | printk("Overrun is set. Error stack may contain additional " | 42 | printk("Overrun is set. Error stack may contain additional " |
43 | "information.\n"); | 43 | "information.\n"); |
44 | printk("Hub error address is %08lx\n", | 44 | printk("Hub error address is %08lx\n", |
45 | (errst0 & PI_ERR_ST0_ADDR_MASK) >> (PI_ERR_ST0_ADDR_SHFT - 3)); | 45 | (errst0 & PI_ERR_ST0_ADDR_MASK) >> (PI_ERR_ST0_ADDR_SHFT - 3)); |
@@ -85,7 +85,7 @@ void __init ip27_be_init(void) | |||
85 | board_be_handler = ip27_be_handler; | 85 | board_be_handler = ip27_be_handler; |
86 | 86 | ||
87 | LOCAL_HUB_S(PI_ERR_INT_PEND, | 87 | LOCAL_HUB_S(PI_ERR_INT_PEND, |
88 | cpu ? PI_ERR_CLEAR_ALL_B : PI_ERR_CLEAR_ALL_A); | 88 | cpu ? PI_ERR_CLEAR_ALL_B : PI_ERR_CLEAR_ALL_A); |
89 | LOCAL_HUB_S(PI_ERR_INT_MASK_A + cpuoff, 0); | 89 | LOCAL_HUB_S(PI_ERR_INT_MASK_A + cpuoff, 0); |
90 | LOCAL_HUB_S(PI_ERR_STACK_ADDR_A + cpuoff, 0); | 90 | LOCAL_HUB_S(PI_ERR_STACK_ADDR_A + cpuoff, 0); |
91 | LOCAL_HUB_S(PI_ERR_STACK_SIZE, 0); /* Disable error stack */ | 91 | LOCAL_HUB_S(PI_ERR_STACK_SIZE, 0); /* Disable error stack */ |