K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2018-10-21T02:08:57.504726Z K 7 svn:log V 315 powerpc/dtrace: Use explicit bit numbers to mask out PSL_EE There seems to be a race in CI, such that dtrace_asm.S might be assembled before the genassym is completed. This causes a build failure when PSL_EE doesn't exist, and is read as 0. Get around this by explicitly specifying the bits in the mask instead. END