K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-01-12T22:10:31.689841Z K 7 svn:log V 377 powerpc/pseries: Cache the IPI vector to avoid the common static lookup The IPI vector is static, and happens to be the most common interrupt by far on some systems. Rather than searching for the interrupt every time, cache the index. This appears to yield a small performance boost, of about 8% reduction in buildworld times, on my POWER9 system, when paired with r342975. END