]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
C6X: select GENERIC_ATOMIC64
authorMark Salter <msalter@redhat.com>
Wed, 15 Aug 2012 16:12:16 +0000 (12:12 -0400)
committerMark Salter <msalter@redhat.com>
Wed, 15 Aug 2012 16:27:00 +0000 (12:27 -0400)
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 <msalter@redhat.com>
arch/c6x/Kconfig

index 052f81a762398670188778a0645c8ed9ad1a4982..983c859e40b7b57e5eb1da68094524b7fe1c1301 100644 (file)
@@ -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