Bläddra i källkod

x86: clean up vget_cycles()

Impact: remove unused variable

I forgot to remove the now unused "cycles_t cycles" parameter from
vget_cycles() - which triggers build warnings as tsc.h is included
in a number of files.

Remove it.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 16 år sedan
förälder
incheckning
4fcc50abdf
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      arch/x86/include/asm/tsc.h

+ 0 - 2
arch/x86/include/asm/tsc.h

@@ -34,8 +34,6 @@ static inline cycles_t get_cycles(void)
 
 
 static __always_inline cycles_t vget_cycles(void)
 static __always_inline cycles_t vget_cycles(void)
 {
 {
-	cycles_t cycles;
-
 	/*
 	/*
 	 * We only do VDSOs on TSC capable CPUs, so this shouldnt
 	 * We only do VDSOs on TSC capable CPUs, so this shouldnt
 	 * access boot_cpu_data (which is not VDSO-safe):
 	 * access boot_cpu_data (which is not VDSO-safe):