]> www.infradead.org Git - users/willy/pagecache.git/commit
ARM: 9440/1: cacheinfo fix format field mask
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fri, 17 Jan 2025 07:09:09 +0000 (08:09 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Wed, 22 Jan 2025 20:55:01 +0000 (20:55 +0000)
commitf520fab580c9179bacc432f3a3bf1eada73fdfcc
tree291121a3117af02ca4dc82d6b38e43f40891173e
parenta9ff94477836cb43d94efbd9a851213944800177
ARM: 9440/1: cacheinfo fix format field mask

Fix C&P error left unnoticed during the reviews. The FORMAT field spans
over bits 29-31, not 24-27 of the CTR register.

Closes: https://lore.kernel.org/linux-arm-msm/01515ea0-c6f0-479f-9da5-764d9ee79ed6@samsung.com/
Fixes: a9ff94477836 ("ARM: 9433/2: implement cacheinfo support")
Reported-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/cacheinfo.c