Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-24 Thread John Stultz
On 06/24/2013 03:45 PM, Stephen Boyd wrote: On 06/21/13 10:42, John Stultz wrote: On 06/21/2013 10:05 AM, Stephen Boyd wrote: On 06/21, Arnd Bergmann wrote: This causes build failures when doing a simple merge with the arm-soc tree: ==> build/clps711x_defconfig/faillog <== /git/arm-soc/arch/a

Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-24 Thread Stephen Boyd
On 06/21/13 10:42, John Stultz wrote: > On 06/21/2013 10:05 AM, Stephen Boyd wrote: >> On 06/21, Arnd Bergmann wrote: >>> This causes build failures when doing a simple merge with the arm-soc >>> tree: >>> >>> ==> build/clps711x_defconfig/faillog <== >>> /git/arm-soc/arch/arm/mach-clps711x/common.c

Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-21 Thread John Stultz
On 06/21/2013 10:05 AM, Stephen Boyd wrote: On 06/21, Arnd Bergmann wrote: This causes build failures when doing a simple merge with the arm-soc tree: ==> build/clps711x_defconfig/faillog <== /git/arm-soc/arch/arm/mach-clps711x/common.c:37:29: fatal error: asm/sched_clock.h: No such file or di

Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-21 Thread Stephen Boyd
On 06/21, Arnd Bergmann wrote: > > This causes build failures when doing a simple merge with the arm-soc > tree: > > ==> build/clps711x_defconfig/faillog <== > /git/arm-soc/arch/arm/mach-clps711x/common.c:37:29: fatal error: > asm/sched_clock.h: No such file or directory > #include >

Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-21 Thread Arnd Bergmann
On Sunday 02 June 2013, Stephen Boyd wrote: > Nothing about the sched_clock implementation in the ARM port is > specific to the architecture. Generalize the code so that other > architectures can use it by selecting GENERIC_SCHED_CLOCK. > > Signed-off-by: Stephen Boyd > --- > arch/arm/Kconfig

Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-04 Thread Russell King - ARM Linux
On Tue, Jun 04, 2013 at 10:56:00AM -0700, John Stultz wrote: > On 06/03/2013 12:50 PM, Stephen Boyd wrote: >> On 06/03/13 00:12, Baruch Siach wrote: >>> Hi Stephen, >>> >>> On Sat, Jun 01, 2013 at 11:39:40PM -0700, Stephen Boyd wrote: {arch/arm/include/asm => include/linux}/sched_clock.h | 9

Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-04 Thread John Stultz
On 06/03/2013 12:50 PM, Stephen Boyd wrote: On 06/03/13 00:12, Baruch Siach wrote: Hi Stephen, On Sat, Jun 01, 2013 at 11:39:40PM -0700, Stephen Boyd wrote: {arch/arm/include/asm => include/linux}/sched_clock.h | 9 +++-- Shouldn't we just merge this header into the existing linux/sched.

Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-03 Thread Stephen Boyd
On 06/03/13 00:12, Baruch Siach wrote: > Hi Stephen, > > On Sat, Jun 01, 2013 at 11:39:40PM -0700, Stephen Boyd wrote: >> Nothing about the sched_clock implementation in the ARM port is >> specific to the architecture. Generalize the code so that other >> architectures can use it by selecting GENER

Re: [PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-03 Thread Baruch Siach
Hi Stephen, On Sat, Jun 01, 2013 at 11:39:40PM -0700, Stephen Boyd wrote: > Nothing about the sched_clock implementation in the ARM port is > specific to the architecture. Generalize the code so that other > architectures can use it by selecting GENERIC_SCHED_CLOCK. > > Signed-off-by: Stephen Boy

[PATCHv2 3/6] sched_clock: Make ARM's sched_clock generic for all architectures

2013-06-01 Thread Stephen Boyd
Nothing about the sched_clock implementation in the ARM port is specific to the architecture. Generalize the code so that other architectures can use it by selecting GENERIC_SCHED_CLOCK. Signed-off-by: Stephen Boyd --- arch/arm/Kconfig | 1 + arch/arm/common/