aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/time.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-12-02 09:37:04 +0000
committerKeir Fraser <keir@xen.org>2010-12-02 09:37:04 +0000
commit788b4a623e9127dd833643ece81b0d6fd8a4456c (patch)
treef66bc1379e5f5fa83b154d4186ca603d92d653dc /xen/arch/x86/time.c
parent22787f2e107ca3d8717da0beea23518bb3e7a592 (diff)
downloadxen-788b4a623e9127dd833643ece81b0d6fd8a4456c.tar.gz
xen-788b4a623e9127dd833643ece81b0d6fd8a4456c.tar.bz2
xen-788b4a623e9127dd833643ece81b0d6fd8a4456c.zip
x86: Add -Wredundant-decls to Xen build flags.
Fix up the fallout. Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/time.c')
-rw-r--r--xen/arch/x86/time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/arch/x86/time.c b/xen/arch/x86/time.c
index ad37cb3075..56e16e65c1 100644
--- a/xen/arch/x86/time.c
+++ b/xen/arch/x86/time.c
@@ -1837,7 +1837,6 @@ static void dump_softtsc(unsigned char key)
{
struct domain *d;
int domcnt = 0;
- extern unsigned int max_cstate;
tsc_check_reliability();
if ( boot_cpu_has(X86_FEATURE_TSC_RELIABLE) )