Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73321
b: refs/heads/master
c: 18244cf
h: refs/heads/master
i:
  73319: b4bd0ad
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Nov 8, 2007
1 parent 7445fd7 commit 86ea4d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: f2205fbb5a8933514fd343cc329df631802b4543
refs/heads/master: 18244cfbc34e6bb3793977739b359a248899f42a
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/iseries/irq.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#ifndef _ISERIES_IRQ_H
#define _ISERIES_IRQ_H

#ifdef CONFIG_PCI
extern void iSeries_init_IRQ(void);
extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, u32);
extern void iSeries_activate_IRQs(void);
#else
#define iSeries_init_IRQ NULL
#endif
extern unsigned int iSeries_get_irq(void);

#endif /* _ISERIES_IRQ_H */
4 changes: 0 additions & 4 deletions trunk/arch/powerpc/platforms/iseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,10 +617,6 @@ static void iseries_dedicated_idle(void)
}
}

#ifndef CONFIG_PCI
void __init iSeries_init_IRQ(void) { }
#endif

static void __iomem *iseries_ioremap(phys_addr_t address, unsigned long size,
unsigned long flags)
{
Expand Down

0 comments on commit 86ea4d3

Please sign in to comment.