Add forgotten declarations for tsc_perf_stat from the previous commit.
This commit is contained in:
parent
8eb15cd79a
commit
69382ad692
@ -19,6 +19,7 @@ extern u_int i8254_freq;
|
||||
extern int i8254_max_count;
|
||||
extern uint64_t tsc_freq;
|
||||
extern int tsc_is_invariant;
|
||||
extern int tsc_perf_stat;
|
||||
|
||||
void i8254_init(void);
|
||||
|
||||
|
@ -19,6 +19,7 @@ extern u_int i8254_freq;
|
||||
extern int i8254_max_count;
|
||||
extern uint64_t tsc_freq;
|
||||
extern int tsc_is_invariant;
|
||||
extern int tsc_perf_stat;
|
||||
|
||||
void i8254_init(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user