diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-09-01 12:33:46 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-01 12:33:46 -0400 |
commit | 0cb7bf61b1e9f05027de58c80f9b46a714d24e35 (patch) | |
tree | 41fb55cf62d07b425122f9a8b96412c0d8eb99c5 /arch/x86/include/asm/apic.h | |
parent | aa877175e7a9982233ed8f10cb4bfddd78d82741 (diff) | |
parent | 3eab887a55424fc2c27553b7bfe32330df83f7b8 (diff) |
Merge branch 'linus' into smp/hotplug
Apply upstream changes to avoid conflicts with pending patches.
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index f5befd4945f2..124357773ffa 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -135,6 +135,7 @@ extern void init_apic_mappings(void); | |||
135 | void register_lapic_address(unsigned long address); | 135 | void register_lapic_address(unsigned long address); |
136 | extern void setup_boot_APIC_clock(void); | 136 | extern void setup_boot_APIC_clock(void); |
137 | extern void setup_secondary_APIC_clock(void); | 137 | extern void setup_secondary_APIC_clock(void); |
138 | extern void lapic_update_tsc_freq(void); | ||
138 | extern int APIC_init_uniprocessor(void); | 139 | extern int APIC_init_uniprocessor(void); |
139 | 140 | ||
140 | #ifdef CONFIG_X86_64 | 141 | #ifdef CONFIG_X86_64 |
@@ -170,6 +171,7 @@ static inline void init_apic_mappings(void) { } | |||
170 | static inline void disable_local_APIC(void) { } | 171 | static inline void disable_local_APIC(void) { } |
171 | # define setup_boot_APIC_clock x86_init_noop | 172 | # define setup_boot_APIC_clock x86_init_noop |
172 | # define setup_secondary_APIC_clock x86_init_noop | 173 | # define setup_secondary_APIC_clock x86_init_noop |
174 | static inline void lapic_update_tsc_freq(void) { } | ||
173 | #endif /* !CONFIG_X86_LOCAL_APIC */ | 175 | #endif /* !CONFIG_X86_LOCAL_APIC */ |
174 | 176 | ||
175 | #ifdef CONFIG_X86_X2APIC | 177 | #ifdef CONFIG_X86_X2APIC |