mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
x86_64: cleanup tsc.c merge artifact
tsc_unstable is declared twice. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
4fc09385c7
commit
8ec3cf7d29
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ core_initcall(cpufreq_tsc);
|
|||
|
||||
#endif
|
||||
|
||||
static int tsc_unstable = 0;
|
||||
|
||||
/*
|
||||
* Make an educated guess if the TSC is trustworthy and synchronized
|
||||
* over all CPUs.
|
||||
|
|
Loading…
Reference in a new issue