File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
arch/x86/kernel/cpu/microcode Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -100,14 +100,12 @@ extern bool force_minrev;
100
100
#ifdef CONFIG_CPU_SUP_AMD
101
101
void load_ucode_amd_bsp (struct early_load_data * ed , unsigned int family );
102
102
void load_ucode_amd_ap (unsigned int family );
103
- int save_microcode_in_initrd_amd (unsigned int family );
104
103
void reload_ucode_amd (unsigned int cpu );
105
104
struct microcode_ops * init_amd_microcode (void );
106
105
void exit_amd_microcode (void );
107
106
#else /* CONFIG_CPU_SUP_AMD */
108
107
static inline void load_ucode_amd_bsp (struct early_load_data * ed , unsigned int family ) { }
109
108
static inline void load_ucode_amd_ap (unsigned int family ) { }
110
- static inline int save_microcode_in_initrd_amd (unsigned int family ) { return - EINVAL ; }
111
109
static inline void reload_ucode_amd (unsigned int cpu ) { }
112
110
static inline struct microcode_ops * init_amd_microcode (void ) { return NULL ; }
113
111
static inline void exit_amd_microcode (void ) { }
You can’t perform that action at this time.
0 commit comments