From 44e3ee9b43364b77e9f51ef910858cb55a0fa889 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Sun, 9 Nov 2008 08:10:03 +0100 Subject: [PATCH] --- yaml --- r: 120769 b: refs/heads/master c: 4fcc50abdffb517cee36cec9cb22138d84fb62d0 h: refs/heads/master i: 120767: da16e8cf9eca1e520bca94547a4bb8d521befca2 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/tsc.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 14da7e9c8cd4..25db5c96d5eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cb9e35dce94a1b9c59d46224e8a94377d673e204 +refs/heads/master: 4fcc50abdffb517cee36cec9cb22138d84fb62d0 diff --git a/trunk/arch/x86/include/asm/tsc.h b/trunk/arch/x86/include/asm/tsc.h index 700aeb8d2098..38ae163cc91b 100644 --- a/trunk/arch/x86/include/asm/tsc.h +++ b/trunk/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) { - cycles_t cycles; - /* * We only do VDSOs on TSC capable CPUs, so this shouldnt * access boot_cpu_data (which is not VDSO-safe):