]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: Remove flush_user_dcache_range and flush_user_icache_range
authorJohn David Anglin <dave.anglin@bell.net>
Mon, 20 Feb 2017 19:02:46 +0000 (14:02 -0500)
committerHelge Deller <deller@gmx.de>
Sat, 25 Feb 2017 21:30:20 +0000 (22:30 +0100)
commit45c7016ea99174a3ea6604850fbb5085304d6eb4
tree37b33290e4c950aa653e9369c4e84270ee0857bc
parent70cfba45cee93aa43a67b02f58f12eacded258e9
parisc: Remove flush_user_dcache_range and flush_user_icache_range

The functions flush_user_dcache_range() and flush_user_icache_range()
are only used by the parisc signal handling code.  This code only needs
to flush a couple of lines, so the threshold check is unnecessary
overhead.

Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/cacheflush.h
arch/parisc/kernel/cache.c
arch/parisc/kernel/signal.c