Rev 2927 | Rev 4339 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2927 | Rev 3149 | ||
---|---|---|---|
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, " |
100 | printf("cpu%u: spurious interrupt (intrcv=%#" PRIx64 |
101 | "data0=%#llx)\n", CPU->id, intrcv, data0); |
101 | ", data0=%#" PRIx64 ")\n", CPU->id, intrcv, data0); |
102 | #endif |
102 | #endif |
103 | } |
103 | } |
104 | 104 | ||
105 | membar(); |
105 | membar(); |
106 | asi_u64_write(ASI_INTR_RECEIVE, 0, 0); |
106 | asi_u64_write(ASI_INTR_RECEIVE, 0, 0); |