aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27/ip27-timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-timer.c')
-rw-r--r--arch/mips/sgi-ip27/ip27-timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c
index 13cfeab50528..fff58ac176f3 100644
--- a/arch/mips/sgi-ip27/ip27-timer.c
+++ b/arch/mips/sgi-ip27/ip27-timer.c
@@ -117,8 +117,8 @@ void __cpuinit hub_rt_clock_event_init(void)
117 cd->name = name; 117 cd->name = name;
118 cd->features = CLOCK_EVT_FEAT_ONESHOT; 118 cd->features = CLOCK_EVT_FEAT_ONESHOT;
119 clockevent_set_clock(cd, CYCLES_PER_SEC); 119 clockevent_set_clock(cd, CYCLES_PER_SEC);
120 cd->max_delta_ns = clockevent_delta2ns(0xfffffffffffff, cd); 120 cd->max_delta_ns = clockevent_delta2ns(0xfffffffffffff, cd);
121 cd->min_delta_ns = clockevent_delta2ns(0x300, cd); 121 cd->min_delta_ns = clockevent_delta2ns(0x300, cd);
122 cd->rating = 200; 122 cd->rating = 200;
123 cd->irq = irq; 123 cd->irq = irq;
124 cd->cpumask = cpumask_of(cpu); 124 cd->cpumask = cpumask_of(cpu);
@@ -153,7 +153,7 @@ static cycle_t hub_rt_read(struct clocksource *cs)
153 153
154struct clocksource hub_rt_clocksource = { 154struct clocksource hub_rt_clocksource = {
155 .name = "HUB-RT", 155 .name = "HUB-RT",
156 .rating = 200, 156 .rating = 200,
157 .read = hub_rt_read, 157 .read = hub_rt_read,
158 .mask = CLOCKSOURCE_MASK(52), 158 .mask = CLOCKSOURCE_MASK(52),
159 .flags = CLOCK_SOURCE_IS_CONTINUOUS, 159 .flags = CLOCK_SOURCE_IS_CONTINUOUS,