PPC32: make do_div handle all 64 bits of the dividend (not just 32).
We do this with an out-of-line assembler function, __div64_32, for the case when the high word of the dividend is non-zero.
Showing
arch/ppc/boot/lib/div64.S
0 → 100644
arch/ppc/lib/div64.S
0 → 100644
Please register or sign in to comment