Bind a virtual interrupt to a CPU.
result = lv1_connect_irq_plug( /*IN*/ virq, hwirq );
| Inputs | |
|---|---|
| Register | Description |
| R3 | virq - virtual interrupt |
| R4 | hwirq - hardware interrupt |
| Outputs | |
| Register | Description |
| R3 | Status - 0 = OK, Other values are unknown, but indicate failure. |
Notes:
Info taken from kboot-10/dl/linux-2.6.16/patches/cell-support/2.6.19-rc6-arnd1/ps3-support/ps3-interrupt.patch (kboot-20061208)