diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2012-10-04 17:11:23 -0700 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2014-08-06 18:07:40 +0100 |
commit | 3e1ad261d12d7dd61851fe1dd1916aa6b82ee4e1 (patch) | |
tree | 769021d9923c6987f48e46fdb5aff84438508e65 | |
parent | 86e9370819ecf98cb8598df1f0e04a375eae07b9 (diff) | |
download | lwn-3e1ad261d12d7dd61851fe1dd1916aa6b82ee4e1.tar.gz lwn-3e1ad261d12d7dd61851fe1dd1916aa6b82ee4e1.zip |
unicore32: select generic atomic64_t support
commit 82e54a6aaf8aec971fb16afa3a4404e238a1b98b upstream.
It's required for the core fs/namespace.c and many other basic features.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r-- | arch/unicore32/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig index 942ed6174f1d..35e8ff1dc1dd 100644 --- a/arch/unicore32/Kconfig +++ b/arch/unicore32/Kconfig @@ -6,6 +6,7 @@ config UNICORE32 select HAVE_DMA_ATTRS select HAVE_KERNEL_GZIP select HAVE_KERNEL_BZIP2 + select GENERIC_ATOMIC64 select HAVE_KERNEL_LZO select HAVE_KERNEL_LZMA select GENERIC_FIND_FIRST_BIT |