Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243309
b: refs/heads/master
c: e5ffece
h: refs/heads/master
i:
  243307: a2be684
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 263fd12 commit 838948a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: 8fac171f72efb2e62f34ffeca22820823e60cdb0
refs/heads/master: e5ffece737378ddefb3412f76e8d2928915af3a1
16 changes: 0 additions & 16 deletions trunk/arch/ia64/sn/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@
#include <asm/sn/sn_sal.h>
#include <asm/sn/sn_feature_sets.h>

static void force_interrupt(int irq);
static void register_intr_pda(struct sn_irq_info *sn_irq_info);
static void unregister_intr_pda(struct sn_irq_info *sn_irq_info);

int sn_force_interrupt_flag = 1;
extern int sn_ioif_inited;
struct list_head **sn_irq_lh;
static DEFINE_SPINLOCK(sn_irq_info_lock); /* non-IRQ lock */
Expand Down Expand Up @@ -423,20 +421,6 @@ sn_call_force_intr_provider(struct sn_irq_info *sn_irq_info)
(*pci_provider->force_interrupt)(sn_irq_info);
}

static void force_interrupt(int irq)
{
struct sn_irq_info *sn_irq_info;

if (!sn_ioif_inited)
return;

rcu_read_lock();
list_for_each_entry_rcu(sn_irq_info, sn_irq_lh[irq], list)
sn_call_force_intr_provider(sn_irq_info);

rcu_read_unlock();
}

/*
* Check for lost interrupts. If the PIC int_status reg. says that
* an interrupt has been sent, but not handled, and the interrupt
Expand Down

0 comments on commit 838948a

Please sign in to comment.