Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1585217

Re: [PowerPC] 4.10.0 fails to build on BE config

From "Oliver O'Halloran" <oohall@gmail.com>
Newsgroups linux.kernel
Subject Re: [PowerPC] 4.10.0 fails to build on BE config
Date 2017-02-21 12:10 +0100
Message-ID <tdgut-1L2-9@gated-at.bofh.it> (permalink)
References <tdd3z-7LK-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Feb 21, 2017 at 6:25 PM, abdul <abdhalee@linux.vnet.ibm.com> wrote:
> Hi,
>
> Today's mainline build, breaks on Power6 and Power7 (all BE config) with
> these build errors
>
> arch/powerpc/kernel/time.c: In function ‘running_clock’:
> arch/powerpc/kernel/time.c:712:2: error: implicit declaration of function
> ‘cputime_to_nsecs’ [-Werror=implicit-function-declaration]
> return local_clock() -
> 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
>
>
> Regard's
> Abdul Haleem
> IBM Linux Technology Center.

Hi Abdul,

Are there any extra patches in your tree? I briefly tried to reproduce
this, but in my local tree this line:

> return local_clock() - cputime_to_nsecs(kcpustat_this_cpu->cpustat[CPUTIME_STEAL]);

Is at time.c:692 rather than time.c:712

Oliver

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PowerPC] 4.10.0 fails to build on BE config "Oliver O'Halloran" <oohall@gmail.com> - 2017-02-21 12:10 +0100

csiph-web