Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64525
b: refs/heads/master
c: 52625ca
h: refs/heads/master
i:
  64523: f0afd94
v: v3
  • Loading branch information
Ralf Baechle committed Aug 27, 2007
1 parent 61a41a7 commit aec744c
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: 84ced30675b1454f1c2dca1fe055ae75eb1df53e
refs/heads/master: 52625caaee4930995ab25e0855713a7a2dd89151
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 @@ -207,19 +207,16 @@ static int intr_connect_level(int cpu, int bit)
{
nasid_t nasid = COMPACT_TO_NASID_NODEID(cpu_to_node(cpu));
struct slice_data *si = cpu_data[cpu].data;
unsigned long flags;

set_bit(bit, si->irq_enable_mask);

local_irq_save(flags);
if (!cputoslice(cpu)) {
REMOTE_HUB_S(nasid, PI_INT_MASK0_A, si->irq_enable_mask[0]);
REMOTE_HUB_S(nasid, PI_INT_MASK1_A, si->irq_enable_mask[1]);
} else {
REMOTE_HUB_S(nasid, PI_INT_MASK0_B, si->irq_enable_mask[0]);
REMOTE_HUB_S(nasid, PI_INT_MASK1_B, si->irq_enable_mask[1]);
}
local_irq_restore(flags);

return 0;
}
Expand Down

0 comments on commit aec744c

Please sign in to comment.