Acked-by: Kyungmin Park <[email protected]> # git grep HAVE_SCHED_CLOCK arch/arm/ arch/arm/Kconfig: select HAVE_SCHED_CLOCK arch/arm/mach-exynos/Kconfig: select HAVE_SCHED_CLOCK
On 8/31/12, Barry Song <[email protected]> wrote: > 2012/8/31 Kyungmin Park <[email protected]>: >> Hi, >> >> then where select it HAVE_SCHED_CLOCK? apart from other exynos board, >> universal have to use another clock. > > The old arch/arm/kernel/Makefile: > obj-$(CONFIG_HAVE_SCHED_CLOCK) += sched_clock.o > has become: > obj-y += sched_clock.o > >> >> Thank you, >> Kyungmin Park >> >> On 8/31/12, Barry Song <[email protected]> wrote: >>> From: Barry Song <[email protected]> >>> >>> Signed-off-by: Barry Song <[email protected]> >>> --- >>> arch/arm/mach-exynos/Kconfig | 1 - >>> 1 files changed, 0 insertions(+), 1 deletions(-) >>> >>> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig >>> index b5b4c8c..3fd4ab3 100644 >>> --- a/arch/arm/mach-exynos/Kconfig >>> +++ b/arch/arm/mach-exynos/Kconfig >>> @@ -243,7 +243,6 @@ config MACH_UNIVERSAL_C210 >>> select CPU_EXYNOS4210 >>> select S5P_HRT >>> select CLKSRC_MMIO >>> - select HAVE_SCHED_CLOCK >>> select S5P_GPIO_INT >>> select S5P_DEV_FIMC0 >>> select S5P_DEV_FIMC1 >>> -- >>> 1.7.0.4 >>> > -barry > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" > in > the body of a message to [email protected] > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
