summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/cache.c
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2018-04-10 18:55:13 +0200
committerHelge Deller <deller@gmx.de>2018-04-11 11:40:35 +0200
commit2a03bb9e7af2052ad6990bf417a3ba9ff7e8900e (patch)
treef11b00c1def7b851208352b5d436b81179a06849 /arch/parisc/kernel/cache.c
parent75abf64287cab73546382a4fa7fa2f4e3516efeb (diff)
downloadlinux-2a03bb9e7af2052ad6990bf417a3ba9ff7e8900e.tar.bz2
parisc: Move cache flush functions into .text.hot section
and move the disable_sr_hashing() C and assembly functions into the .init section. Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/cache.c')
-rw-r--r--arch/parisc/kernel/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c
index a99da95fc9fd..bddd2acebdcc 100644
--- a/arch/parisc/kernel/cache.c
+++ b/arch/parisc/kernel/cache.c
@@ -254,7 +254,7 @@ parisc_cache_init(void)
}
}
-void disable_sr_hashing(void)
+void __init disable_sr_hashing(void)
{
int srhash_type, retval;
unsigned long space_bits;