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>
This commit is contained in:
Helge Deller
2018-04-10 18:55:13 +02:00
parent 75abf64287
commit 2a03bb9e7a
2 changed files with 6 additions and 5 deletions

View File

@@ -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;