Commit 979bd8fe authored by Anton Blanchard's avatar Anton Blanchard

Merge samba.org:/scratch/anton/tmp3

into samba.org:/scratch/anton/linux-2.5_ppc64
parents 4348e62f 8c9b41dd
...@@ -384,12 +384,12 @@ void xics_init_IRQ(void) ...@@ -384,12 +384,12 @@ void xics_init_IRQ(void)
int i; int i;
unsigned long intr_size = 0; unsigned long intr_size = 0;
struct device_node *np; struct device_node *np;
uint *ireg, ilen, indx=0; uint *ireg, ilen, indx = 0;
unsigned long intr_base = 0; unsigned long intr_base = 0;
struct xics_interrupt_node { struct xics_interrupt_node {
unsigned long long addr; unsigned long addr;
unsigned long long size; unsigned long size;
} inodes[NR_CPUS*2]; } inodes[NR_CPUS];
ppc64_boot_msg(0x20, "XICS Init"); ppc64_boot_msg(0x20, "XICS Init");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment