diff options
author | Paul Mackerras <paulus@samba.org> | 2009-06-12 23:10:41 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-06-15 05:27:38 +0200 |
commit | c2e95c6d7a9b9d8f023c3639edbb1da65ccd15ac (patch) | |
tree | 71fbeaa8a503076f39ec88a5214956e555f6eb8b /arch/powerpc/Kconfig | |
parent | lib: Provide generic atomic64_t implementation (diff) | |
download | linux-c2e95c6d7a9b9d8f023c3639edbb1da65ccd15ac.tar.xz linux-c2e95c6d7a9b9d8f023c3639edbb1da65ccd15ac.zip |
powerpc: Use generic atomic64_t implementation on 32-bit processors
This makes 32-bit powerpc use the generic atomic64_t implementation.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index eae0c2bbbf38..9fb344d5a86a 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -125,6 +125,7 @@ config PPC select USE_GENERIC_SMP_HELPERS if SMP select HAVE_OPROFILE select HAVE_SYSCALL_WRAPPERS if PPC64 + select GENERIC_ATOMIC64 if PPC32 config EARLY_PRINTK bool |