diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-12 10:14:09 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-01-12 10:14:09 -0800 |
commit | 02776b9b5399183f273fa898fef64b1e977a5f85 (patch) | |
tree | b0d7910b790caace8b54f32903ed53cbe4620f83 /arch | |
parent | aefd140437aab84afeec0be48dd6871c2113a746 (diff) | |
parent | f328299e54a94998b31baf788d2b33d8122a4acb (diff) | |
download | linux-02776b9b5399183f273fa898fef64b1e977a5f85.tar.gz linux-02776b9b5399183f273fa898fef64b1e977a5f85.tar.bz2 linux-02776b9b5399183f273fa898fef64b1e977a5f85.zip |
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull locking fixes from Ingo Molnar:
"No functional effects intended: removes leftovers from recent lockdep
and refcounts work"
* 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
locking/refcounts: Remove stale comment from the ARCH_HAS_REFCOUNT Kconfig entry
locking/lockdep: Remove cross-release leftovers
locking/Documentation: Remove stale crossrelease_fullstack parameter
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d4fc98c50378..ff4e9cd99854 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -55,7 +55,6 @@ config X86 select ARCH_HAS_GCOV_PROFILE_ALL select ARCH_HAS_KCOV if X86_64 select ARCH_HAS_PMEM_API if X86_64 - # Causing hangs/crashes, see the commit that added this change for details. select ARCH_HAS_REFCOUNT select ARCH_HAS_UACCESS_FLUSHCACHE if X86_64 select ARCH_HAS_SET_MEMORY |