mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-17 22:41:25 +00:00
[PATCH] x86_64: mark two routines as __cpuinit
SIgned-off-by: Shaohua Li<shaohua.li@intel.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
9391a3f9c7
commit
396bd50fed
@ -937,7 +937,7 @@ void smp_apic_timer_interrupt(struct pt_regs *regs)
|
||||
* multi-chassis. Use available data to take a good guess.
|
||||
* If in doubt, go HPET.
|
||||
*/
|
||||
__init int oem_force_hpet_timer(void)
|
||||
__cpuinit int oem_force_hpet_timer(void)
|
||||
{
|
||||
int i, clusters, zeros;
|
||||
unsigned id;
|
||||
|
@ -963,7 +963,7 @@ void __init time_init(void)
|
||||
* Make an educated guess if the TSC is trustworthy and synchronized
|
||||
* over all CPUs.
|
||||
*/
|
||||
__init int unsynchronized_tsc(void)
|
||||
__cpuinit int unsynchronized_tsc(void)
|
||||
{
|
||||
#ifdef CONFIG_SMP
|
||||
if (oem_force_hpet_timer())
|
||||
|
Loading…
Reference in New Issue
Block a user