-
由 Martin Schwidefsky 提交于
The conversion of a TOD value to nano-seconds currently uses a 32/32 bit split with the calculation for "nsecs = (TOD * 125) >> 9". Using a 55/9 bit split saves an instruction. Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
d03bd045