From: Anna-Maria Gleixner Date: Fri, 18 May 2012 16:45:54 +0000 (+0000) Subject: tile: Use generic time config X-Git-Tag: firefly_0821_release~3680^2~2776^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4ec008d630d9d96579b5911c140bb8de2aa68f0e;p=firefly-linux-kernel-4.4.55.git tile: Use generic time config Signed-off-by: Anna-Maria Gleixner Cc: Chris Metcalf Link: http://lkml.kernel.org/r/20120518163107.122560037@glx-um.de Signed-off-by: Thomas Gleixner --- diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 96033e2d6845..b56772cac5d2 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -13,6 +13,7 @@ config TILE select GENERIC_IRQ_SHOW select SYS_HYPERVISOR select ARCH_HAVE_NMI_SAFE_CMPXCHG + select GENERIC_CLOCKEVENTS # FIXME: investigate whether we need/want these options. # select HAVE_IOREMAP_PROT @@ -46,9 +47,6 @@ config NEED_PER_CPU_PAGE_FIRST_CHUNK config SYS_SUPPORTS_HUGETLBFS def_bool y -config GENERIC_CLOCKEVENTS - def_bool y - # FIXME: tilegx can implement a more efficient rwsem. config RWSEM_GENERIC_SPINLOCK def_bool y