diff options
author | John David Anglin <dave.anglin@bell.net> | 2017-02-20 14:02:46 -0500 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2017-02-25 22:30:20 +0100 |
commit | ef470a60e10eb12635d7b84c9502cea3028d44e8 (patch) | |
tree | 37b33290e4c950aa653e9369c4e84270ee0857bc /arch/parisc/include/asm/cacheflush.h | |
parent | 8351badf349b22b47c9696f54656db65d7834e42 (diff) | |
download | linux-ef470a60e10eb12635d7b84c9502cea3028d44e8.tar.gz linux-ef470a60e10eb12635d7b84c9502cea3028d44e8.tar.bz2 linux-ef470a60e10eb12635d7b84c9502cea3028d44e8.zip |
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>
Diffstat (limited to 'arch/parisc/include/asm/cacheflush.h')
-rw-r--r-- | arch/parisc/include/asm/cacheflush.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/cacheflush.h b/arch/parisc/include/asm/cacheflush.h index 7bd69bd43a01..19c9c3c5f267 100644 --- a/arch/parisc/include/asm/cacheflush.h +++ b/arch/parisc/include/asm/cacheflush.h @@ -27,8 +27,6 @@ void flush_user_dcache_range_asm(unsigned long, unsigned long); void flush_kernel_dcache_range_asm(unsigned long, unsigned long); void flush_kernel_dcache_page_asm(void *); void flush_kernel_icache_page(void *); -void flush_user_dcache_range(unsigned long, unsigned long); -void flush_user_icache_range(unsigned long, unsigned long); /* Cache flush operations */ |