Re: [PATCH 4/4] sysvipc: make get_maxid O(1) again

From: Davidlohr Bueso
Date: Thu Aug 31 2017 - 17:16:49 EST


On Thu, 31 Aug 2017, Davidlohr Bueso wrote:
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 44d139b88c32..301fe235367b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -55,7 +55,7 @@ config X86
select ARCH_HAS_KCOV if X86_64
select ARCH_HAS_MMIO_FLUSH
select ARCH_HAS_PMEM_API if X86_64
- select ARCH_HAS_REFCOUNT
+ select ARCH_HAS_REFCOUNT if BROKEN

*sigh* sorry, I forgot this was there, otherwise nothing works :/

Here's v2. Thanks.

-----8<------------------------------------------------------