|
@@ -1152,6 +1152,7 @@ __setup("noapicmaintimer", setup_noapicmaintimer);
|
|
static __init int setup_apicpmtimer(char *s)
|
|
static __init int setup_apicpmtimer(char *s)
|
|
{
|
|
{
|
|
apic_calibrate_pmtmr = 1;
|
|
apic_calibrate_pmtmr = 1;
|
|
|
|
+ notsc_setup(NULL);
|
|
return setup_apicmaintimer(NULL);
|
|
return setup_apicmaintimer(NULL);
|
|
}
|
|
}
|
|
__setup("apicpmtimer", setup_apicpmtimer);
|
|
__setup("apicpmtimer", setup_apicpmtimer);
|