]> git.karo-electronics.de Git - karo-tx-linux.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)
commitef470a60e10eb12635d7b84c9502cea3028d44e8
tree37b33290e4c950aa653e9369c4e84270ee0857bc
parent8351badf349b22b47c9696f54656db65d7834e42
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