Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73016
b: refs/heads/master
c: c892529
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Nov 2, 2007
1 parent 17e002d commit 7953222
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07f6169cffdca076ef9a67bd69dd1085dc668618
refs/heads/master: c8925297e875168a7c08965b4f80b418524fb8ce
4 changes: 2 additions & 2 deletions trunk/arch/mips/sgi-ip27/ip27-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static struct irq_chip rt_irq_type = {
static int rt_next_event(unsigned long delta, struct clock_event_device *evt)
{
unsigned int cpu = smp_processor_id();
int slice putoslice(cpu);
int slice = cputoslice(cpu);
unsigned long cnt;

cnt = LOCAL_HUB_L(PI_RT_COUNT);
Expand Down Expand Up @@ -169,7 +169,7 @@ static irqreturn_t hub_rt_counter_handler(int irq, void *dev_id)
/*
* Ack
*/
LOCAL_HUB_S(PI_RT_PEND_A + PI_COUNT_OFFSET * slice, cnt);
LOCAL_HUB_S(PI_RT_PEND_A + PI_COUNT_OFFSET * slice, 0);
cd->event_handler(cd);

return IRQ_HANDLED;
Expand Down

0 comments on commit 7953222

Please sign in to comment.