pic.c (97f2aab6698f3ab2552c41c1024a65ffd0763a6d) | pic.c (51d3082fe6e55aecfa17113dbe98077c749f724c) |
---|---|
1/* 2 * Support for the interrupt controllers found on Power Macintosh, 3 * currently Apple's "Grand Central" interrupt controller in all 4 * it's incarnations. OpenPIC support used on newer machines is 5 * in a separate file 6 * 7 * Copyright (C) 1997 Paul Mackerras (paulus@samba.org) 8 * --- 445 unchanged lines hidden (view full) --- 454 MPIC_BIG_ENDIAN | MPIC_WANTS_RESET, 455 0, 128, 124, 0, senses, 124, 456 " U3-MPIC "); 457 BUG_ON(mpic2 == NULL); 458 mpic_init(mpic2); 459 mpic_setup_cascade(irqctrler2->intrs[0].line, 460 pmac_u3_cascade, mpic2); 461 } | 1/* 2 * Support for the interrupt controllers found on Power Macintosh, 3 * currently Apple's "Grand Central" interrupt controller in all 4 * it's incarnations. OpenPIC support used on newer machines is 5 * in a separate file 6 * 7 * Copyright (C) 1997 Paul Mackerras (paulus@samba.org) 8 * --- 445 unchanged lines hidden (view full) --- 454 MPIC_BIG_ENDIAN | MPIC_WANTS_RESET, 455 0, 128, 124, 0, senses, 124, 456 " U3-MPIC "); 457 BUG_ON(mpic2 == NULL); 458 mpic_init(mpic2); 459 mpic_setup_cascade(irqctrler2->intrs[0].line, 460 pmac_u3_cascade, mpic2); 461 } |
462#if defined(CONFIG_XMON) && defined(CONFIG_PPC32) | 462#ifdef CONFIG_XMON |
463 { 464 struct device_node* pswitch; 465 int nmi_irq; 466 467 pswitch = find_devices("programmer-switch"); 468 if (pswitch && pswitch->n_intrs) { 469 nmi_irq = pswitch->intrs[0].line; 470 mpic_irq_set_priority(nmi_irq, 9); --- 211 unchanged lines hidden --- | 463 { 464 struct device_node* pswitch; 465 int nmi_irq; 466 467 pswitch = find_devices("programmer-switch"); 468 if (pswitch && pswitch->n_intrs) { 469 nmi_irq = pswitch->intrs[0].line; 470 mpic_irq_set_priority(nmi_irq, 9); --- 211 unchanged lines hidden --- |