diff options
author | Julian Braha <julianbraha@gmail.com> | 2022-01-17 05:09:40 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-19 13:48:43 +0100 |
commit | 107e8e719e93895da5af39542f1cac73277cdabe (patch) | |
tree | 5a9f00e6818094e2d795734807ce4eb550d2d844 /scripts/spelling.txt | |
parent | 94647aec80d03d6914aa664b7b8e103cd9d63239 (diff) | |
download | linux-stable-107e8e719e93895da5af39542f1cac73277cdabe.tar.gz linux-stable-107e8e719e93895da5af39542f1cac73277cdabe.tar.bz2 linux-stable-107e8e719e93895da5af39542f1cac73277cdabe.zip |
ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE
[ Upstream commit 11c57c3ba94da74c3446924260e34e0b1950b5d7 ]
Resending this to properly add it to the patch tracker - thanks for letting
me know, Arnd :)
When ARM is enabled, and BITREVERSE is disabled,
Kbuild gives the following warning:
WARNING: unmet direct dependencies detected for HAVE_ARCH_BITREVERSE
Depends on [n]: BITREVERSE [=n]
Selected by [y]:
- ARM [=y] && (CPU_32v7M [=n] || CPU_32v7 [=y]) && !CPU_32v6 [=n]
This is because ARM selects HAVE_ARCH_BITREVERSE
without selecting BITREVERSE, despite
HAVE_ARCH_BITREVERSE depending on BITREVERSE.
This unmet dependency bug was found by Kismet,
a static analysis tool for Kconfig. Please advise if this
is not the appropriate solution.
Signed-off-by: Julian Braha <julianbraha@gmail.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/spelling.txt')
0 files changed, 0 insertions, 0 deletions