Commit 976352e3 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller

[SPARC64]: Fix hbtick softint_mask.

parent f7c3cc78
......@@ -382,7 +382,7 @@ static struct sparc64_tick_ops hbtick_operations = {
.get_compare = hbtick_get_compare,
.add_tick = hbtick_add_tick,
.add_compare = hbtick_add_compare,
.softint_mask = 1UL << 0,
.softint_mask = 1UL << 16,
};
/* timer_interrupt() needs to keep up the real-time clock,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment