diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2020-05-08 05:11:27 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2020-05-08 05:56:36 +0300 |
commit | 03fd38d6128873de0d3b1be9615917c0679efc0f (patch) | |
tree | 557970aa492512f3730fb43187adcdc19f92c502 | |
parent | 128250e8fc615aebe05642f023375dd7902808e1 (diff) | |
download | upstream-03fd38d6128873de0d3b1be9615917c0679efc0f.tar.gz upstream-03fd38d6128873de0d3b1be9615917c0679efc0f.tar.bz2 upstream-03fd38d6128873de0d3b1be9615917c0679efc0f.zip |
kernel: add missing symbol to 5.4 config
This symbol is exposed if KERNEL_PROVE_LOCKING is enabled.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r-- | target/linux/generic/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 index a4ff887aa1..fc9b9664da 100644 --- a/target/linux/generic/config-5.4 +++ b/target/linux/generic/config-5.4 @@ -4104,6 +4104,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_PROFILING is not set # CONFIG_PROVE_LOCKING is not set # CONFIG_PROVE_RCU is not set +# CONFIG_PROVE_RCU_LIST is not set # CONFIG_PROVE_RCU_REPEATEDLY is not set # CONFIG_PSAMPLE is not set # CONFIG_PSB6970_PHY is not set |