diff options
author | Helge Deller <deller@gmx.de> | 2018-04-10 19:55:13 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2018-04-11 12:40:35 +0300 |
commit | 2a03bb9e7af2052ad6990bf417a3ba9ff7e8900e (patch) | |
tree | f11b00c1def7b851208352b5d436b81179a06849 /arch/parisc/kernel/cache.c | |
parent | 75abf64287cab73546382a4fa7fa2f4e3516efeb (diff) | |
download | linux-2a03bb9e7af2052ad6990bf417a3ba9ff7e8900e.tar.xz |
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.c | 2 |
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; |