|
@@ -321,6 +321,10 @@ static int __devinit finish_node_interrupts(struct device_node *np,
|
|
char *name = get_property(ic->parent, "name", NULL);
|
|
char *name = get_property(ic->parent, "name", NULL);
|
|
if (name && !strcmp(name, "u3"))
|
|
if (name && !strcmp(name, "u3"))
|
|
np->intrs[intrcount].line += 128;
|
|
np->intrs[intrcount].line += 128;
|
|
|
|
+ else if (!(name && !strcmp(name, "mac-io")))
|
|
|
|
+ /* ignore other cascaded controllers, such as
|
|
|
|
+ the k2-sata-root */
|
|
|
|
+ break;
|
|
}
|
|
}
|
|
np->intrs[intrcount].sense = 1;
|
|
np->intrs[intrcount].sense = 1;
|
|
if (n > 1)
|
|
if (n > 1)
|