[PATCH] init call cleanup
Trival patch for CPU hotplug. In CPU identify part, only did cleaup for intel CPUs. Need do for other CPUs if they support S3 SMP. Signed-off-by: Li Shaohua<shaohua.li@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
d720803a93
commit
0bb3184df5
@ -33,7 +33,7 @@ static struct timer_opts timer_tsc;
|
||||
|
||||
static inline void cpufreq_delayed_get(void);
|
||||
|
||||
int tsc_disable __initdata = 0;
|
||||
int tsc_disable __devinitdata = 0;
|
||||
|
||||
extern spinlock_t i8253_lock;
|
||||
|
||||
|
Reference in New Issue
Block a user