]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.c
authorJohn David Anglin <dave.anglin@bell.net>
Mon, 21 Jul 2025 19:56:04 +0000 (15:56 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:28:37 +0000 (16:28 +0200)
commitd6ac1e11c4a04b670c1c7bb6f2775caed59da74d
tree5f74ae3e3c4dd53ef9b6570273af016dd52a9ec7
parent033605fb20a34271abdb1f2a2ef13cb061c94cb4
parisc: Rename pte_needs_flush() to pte_needs_cache_flush() in cache.c

commit 52ce9406a9625c4498c4eaa51e7a7ed9dcb9db16 upstream.

The local name used in cache.c conflicts the declaration in
include/asm-generic/tlb.h.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v5.12+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/cache.c