Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73007
b: refs/heads/master
c: 46abf4b
h: refs/heads/master
i:
  73005: bb3468d
  73003: afd40df
  72999: 639b2d7
  72991: 5bea3a1
v: v3
  • Loading branch information
Ralf Baechle committed Nov 2, 2007
1 parent 5f48eae commit 3fcad0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: d1598b6adb0e7d9615f751f3bced128bcceb7378
refs/heads/master: 46abf4b39a555294ec0df138923daed1ccb9adb5
8 changes: 1 addition & 7 deletions trunk/arch/mips/sibyte/sb1250/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,6 @@ static irqreturn_t sibyte_counter_handler(int irq, void *dev_id)
return IRQ_HANDLED;
}

static struct irqaction sibyte_irqaction = {
.handler = sibyte_counter_handler,
.flags = IRQF_DISABLED | IRQF_PERCPU,
.name = "timer",
};

static DEFINE_PER_CPU(struct clock_event_device, sibyte_hpt_clockevent);
static DEFINE_PER_CPU(struct irqaction, sibyte_hpt_irqaction);
static DEFINE_PER_CPU(char [18], sibyte_hpt_name);
Expand Down Expand Up @@ -161,7 +155,7 @@ void __cpuinit sb1250_clockevent_init(void)
action->flags = IRQF_DISABLED | IRQF_PERCPU;
action->name = name;
action->dev_id = cd;
setup_irq(irq, &sibyte_irqaction);
setup_irq(irq, &action);
}

/*
Expand Down

0 comments on commit 3fcad0d

Please sign in to comment.