Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64523
b: refs/heads/master
c: ed7a236
h: refs/heads/master
i:
  64521: 12dc175
  64519: 5714227
v: v3
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent 72d62ff commit f0afd94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 8313da304cdb32465064202814996a2ca33f04e7
refs/heads/master: ed7a2365062bc9968e8e01423a889a95e85fba80
3 changes: 0 additions & 3 deletions trunk/arch/mips/sgi-ip27/ip27-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ static unsigned int startup_bridge_irq(unsigned int irq)
static void shutdown_bridge_irq(unsigned int irq)
{
struct bridge_controller *bc = IRQ_TO_BRIDGE(irq);
struct hub_data *hub = hub_data(cpu_to_node(bc->irq_cpu));
bridge_t *bridge = bc->base;
int pin, swlevel;
cpuid_t cpu;
Expand All @@ -307,8 +306,6 @@ static void shutdown_bridge_irq(unsigned int irq)
swlevel = find_level(&cpu, irq);
intr_disconnect_level(cpu, swlevel);

__clear_bit(swlevel, hub->irq_alloc_mask);

bridge->b_int_enable &= ~(1 << pin);
bridge->b_wid_tflush;
}
Expand Down

0 comments on commit f0afd94

Please sign in to comment.