K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-01-19T04:47:19.161310Z K 7 svn:log V 313 powerpc: Fix opaque irq data initialization The powerpc_intr structure is not zero-initialized, so on an invariants build would panic in the xics driver with an invalid pointer. Also fix the xics driver to share the private data setup code between xics_enable() and xics_bind(). Reported by: Leonardo Bianconi END