[PATCH] powerpc/64: Fix checksum folding in csum_add

2017-02-04 Thread Shile Zhang
fix the missed point in Paul's patch: "powerpc/64: Fix checksum folding in csum_tcpudp_nofold and ip_fast_csum_nofold" Signed-off-by: Shile Zhang --- arch/powerpc/include/asm/checksum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/include/asm/checksum.h b/arc

Re: Timekeeping oddities on MacMini G4s

2017-02-04 Thread Fred Wright
On Tue, 31 Jan 2017, Hal Murray wrote: > b...@kernel.crashing.org said: > > Right, we just use the value provided by Open Firmware. Any chance you can That seems inconsistent with the following comment in arch/powerpc/kernel/time.c: * TODO (not necessarily in this file): * - improve precision

Re: Timekeeping oddities on MacMini G4s

2017-02-04 Thread Hal Murray
Thanks. f...@fwright.net said: > That seems inconsistent with the following comment in arch/powerpc/kernel/ > time.c: > * TODO (not necessarily in this file): > * - improve precision and reproducibility of timebase frequency > * measurement at boot time. I didn't see any calibration code, bu