parisc: Move CPU startup-related functions into .text section

If CONFIG_HOTPLUG_CPU is enabled, those functions will be run again
after bootup. So they need to reside in the .text section.

Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
Helge Deller
2022-03-26 15:10:54 +01:00
parent 95370b4031
commit beb48dfd96
4 changed files with 4 additions and 4 deletions

View File

@@ -273,7 +273,7 @@ parisc_cache_init(void)
}
}
void __init disable_sr_hashing(void)
void disable_sr_hashing(void)
{
int srhash_type, retval;
unsigned long space_bits;