mcreboot-smp-x86: -t to enable turbo boost

This commit is contained in:
Balazs Gerofi
2016-12-05 18:04:40 +09:00
parent 998ded414c
commit 87d36a7752
2 changed files with 7 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ extern char page_fault[], general_protection_exception[];
extern char debug_exception[], int3_exception[];
uint64_t boot_pat_state = 0;
int no_turbo = 0; /* May be updated by early parsing of kargs */
int no_turbo = 1; /* May be updated by early parsing of kargs */
extern int num_processors; /* kernel/ap.c */
struct pvclock_vsyscall_time_info *pvti = NULL;