abdul [off-list ref] writes:
Hi,
Today's mainline build, breaks on Power6 and Power7 (all BE config) with=
=20
these build errors
arch/powerpc/kernel/time.c: In function =E2=80=98running_clock=E2=80=99:
arch/powerpc/kernel/time.c:712:2: error: implicit declaration of=20
function =E2=80=98cputime_to_nsecs=E2=80=99 [-Werror=3Dimplicit-function-=
declaration]
return local_clock() -=20
cputime_to_nsecs(kcpustat_this_cpu->cpustat[CPUTIME_STEAL]);
^
cc1: some warnings being treated as errors
make[1]: *** [arch/powerpc/kernel/time.o] Error 1
What exact config is that?
And what compiler are you using?
I build ~250 configs with two different compilers multiple times a day,
so I'm curious how we failed to notice this.
cheers