[linux-yocto] [PATCH] tiny: Remove CONFIG_TINY_RCU
He Zhe
zhe.he at windriver.com
Thu Jul 12 01:42:10 PDT 2018
Currently CONFIG_SMP and CONFIG_PREEMPT are enabled for tiny by default
which prevents CONFIG_TINY_RCU from being enabled and causes the follow
warning.
When CONFIG_SMP and CONFIG_PREEMPT are disabled, like when building UP
kernel, CONFIG_TINY_RCU will be selected by default. So this removal
fixes the warning and is harmless.
---------- CONFIG_TINY_RCU -----------------
Config: CONFIG_TINY_RCU
From: kernel-source/.kernel-meta/configs/VERSION/standard/tiny/ktypes/tiny/tiny.cfg
Requested value: CONFIG_TINY_RCU=y
Actual value:
Signed-off-by: He Zhe <zhe.he at windriver.com>
---
ktypes/tiny/tiny.cfg | 2 --
1 file changed, 2 deletions(-)
diff --git a/ktypes/tiny/tiny.cfg b/ktypes/tiny/tiny.cfg
index f1f0b54f..34aedfc5 100644
--- a/ktypes/tiny/tiny.cfg
+++ b/ktypes/tiny/tiny.cfg
@@ -1,8 +1,6 @@
#
# RCU Subsystem
#
-CONFIG_TINY_RCU=y
-
CONFIG_EXPERT=y
CONFIG_EMBEDDED=y
--
2.11.0
More information about the linux-yocto
mailing list