mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 13:27:57 +02:00
um: Mark parse_host_cpu_flags as __init
It's only invoked during boot from get_host_cpu_features(). Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20241128083137.2219830-2-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
06e0e62959
commit
70240b5d1f
|
|
@ -264,7 +264,7 @@ EXPORT_SYMBOL(end_iomem);
|
|||
|
||||
#define MIN_VMALLOC (32 * 1024 * 1024)
|
||||
|
||||
static void parse_host_cpu_flags(char *line)
|
||||
static void __init parse_host_cpu_flags(char *line)
|
||||
{
|
||||
int i;
|
||||
for (i = 0; i < 32*NCAPINTS; i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user