Rev 2015 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2015 | Rev 2054 | ||
---|---|---|---|
Line 95... | Line 95... | ||
95 | } else { |
95 | } else { |
96 | /* |
96 | /* |
97 | * Spurious interrupt. |
97 | * Spurious interrupt. |
98 | */ |
98 | */ |
99 | #ifdef CONFIG_DEBUG |
99 | #ifdef CONFIG_DEBUG |
100 | printf("cpu%d: spurious interrupt (intrcv=%#llx, data0=%#llx)\n", CPU->id, intrcv, data0); |
100 | printf("cpu%d: spurious interrupt (intrcv=%#llx, " |
- | 101 | "data0=%#llx)\n", CPU->id, intrcv, data0); |
|
101 | #endif |
102 | #endif |
102 | } |
103 | } |
103 | 104 | ||
104 | membar(); |
105 | membar(); |
105 | asi_u64_write(ASI_INTR_RECEIVE, 0, 0); |
106 | asi_u64_write(ASI_INTR_RECEIVE, 0, 0); |