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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user