From: Mark Salter Date: Wed, 15 Aug 2012 16:12:16 +0000 (-0400) Subject: C6X: select GENERIC_ATOMIC64 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=01ddd9a809b9a95df097ff1b5565f806e681a606;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git C6X: select GENERIC_ATOMIC64 The generic atomic64 support came in 2009 to support the perf subsystem with the expectation that all architectures would implement atomic64 support. Since then, other optional parts of the generic kernel have also come to expect atomic64 support. This patch enables generic atomic64 support for C6X architecture. Signed-off-by: Mark Salter --- diff --git a/arch/c6x/Kconfig b/arch/c6x/Kconfig index 052f81a76239..983c859e40b7 100644 --- a/arch/c6x/Kconfig +++ b/arch/c6x/Kconfig @@ -6,6 +6,7 @@ config C6X def_bool y select CLKDEV_LOOKUP + select GENERIC_ATOMIC64 select GENERIC_IRQ_SHOW select HAVE_ARCH_TRACEHOOK select HAVE_DMA_API_DEBUG