Subversion Repositories HelenOS

Rev

Rev 2141 | Rev 3655 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2141 Rev 3071
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);