]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/x86/include/asm/processor.h
x86/amd: Simplify AMD E400 aware idle routine
[mirror_ubuntu-jammy-kernel.git] / arch / x86 / include / asm / processor.h
index 984a7bf17f6a7295c3a7c8531e68cb807a722c35..fa609c6f6ba9d529c22ba344a7196dede7939b58 100644 (file)
@@ -621,10 +621,9 @@ static inline void sync_core(void)
 }
 
 extern void select_idle_routine(const struct cpuinfo_x86 *c);
-extern void init_amd_e400_c1e_mask(void);
+extern void amd_e400_c1e_apic_setup(void);
 
 extern unsigned long           boot_option_idle_override;
-extern bool                    amd_e400_c1e_detected;
 
 enum idle_boot_override {IDLE_NO_OVERRIDE=0, IDLE_HALT, IDLE_NOMWAIT,
                         IDLE_POLL};