Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11462
b: refs/heads/master
c: ba293ff
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ellerman authored and Stephen Rothwell committed Sep 23, 2005
1 parent 7e7c156 commit a1c0c24
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f497581fda5fd804e9ebd7d8f6d80c3a0e9f883
refs/heads/master: ba293fff085fde5b9f1b5a57c8abb1a8098d0c59
13 changes: 13 additions & 0 deletions trunk/arch/ppc64/kernel/iSeries_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,16 @@ int __init iSeries_allocate_IRQ(HvBusNumber busNumber,
irq_desc[virtirq].handler = &iSeries_IRQ_handler;
return virtirq;
}

int virt_irq_create_mapping(unsigned int real_irq)
{
BUG(); /* Don't call this on iSeries, yet */

return 0;
}

void virt_irq_init(void)
{
return;
}

2 changes: 2 additions & 0 deletions trunk/arch/ppc64/kernel/iSeries_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ static void __init iSeries_init_early(void)

ppcdbg_initialize();

ppc64_interrupt_controller = IC_ISERIES;

#if defined(CONFIG_BLK_DEV_INITRD)
/*
* If the init RAM disk has been configured and there is
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-ppc64/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
#define IC_OPEN_PIC 1
#define IC_PPC_XIC 2
#define IC_BPA_IIC 3
#define IC_ISERIES 4

#define XGLUE(a,b) a##b
#define GLUE(a,b) XGLUE(a,b)
Expand Down

0 comments on commit a1c0c24

Please sign in to comment.