x86/tsc: Remove unused "US_SCALE" and "NS_SCALE" leftover macros
authorIngo Molnar <mingo@kernel.org>
Fri, 24 Jul 2020 11:44:17 +0000 (13:44 +0200)
committerIngo Molnar <mingo@kernel.org>
Sat, 25 Jul 2020 10:00:57 +0000 (12:00 +0200)
Last use of them was removed 13 years ago, when the code was converted
to use CYC2NS_SCALE_FACTOR:

  53d517cdbaac: ("x86: scale cyc_2_nsec according to CPU frequency")

The current TSC code uses the 'struct cyc2ns_data' scaling abstraction,
the old fixed scaling approach is long gone.

This cleanup also removes the 'arbitralrily' typo from the comment,
so win-win. ;-)

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200724114418.629021-3-mingo@kernel.org
arch/x86/include/asm/tsc.h

index 8a0c25c6bf099cf9858568d67e382f940e493a47..b7b2624fba8666a70adc55f358d7d6edf18bb840 100644 (file)
@@ -7,9 +7,6 @@
 
 #include <asm/processor.h>
 
-#define NS_SCALE       10 /* 2^10, carefully chosen */
-#define US_SCALE       32 /* 2^32, arbitralrily chosen */
-
 /*
  * Standard way to access the cycle counter.
  */