[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-4aee2ad461889132bfb5a1518a9580d00e17008c@git.kernel.org>
Date: Tue, 19 May 2009 12:30:34 GMT
From: tip-bot for Jaswinder Singh Rajput <jaswinder@...nel.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
jaswinder@...nel.org, tglx@...utronix.de, mingo@...e.hu,
jaswinderrajput@...il.com
Subject: [tip:x86/cleanups] x86: asm/processor.h: remove double declaration
Commit-ID: 4aee2ad461889132bfb5a1518a9580d00e17008c
Gitweb: http://git.kernel.org/tip/4aee2ad461889132bfb5a1518a9580d00e17008c
Author: Jaswinder Singh Rajput <jaswinder@...nel.org>
AuthorDate: Tue, 19 May 2009 17:07:01 +0530
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Tue, 19 May 2009 14:16:24 +0200
x86: asm/processor.h: remove double declaration
Remove double declaration of:
extern void init_scattered_cpuid_features(struct cpuinfo_x86 *c);
extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c);
extern unsigned short num_cache_leaves;
they are already defined in the same file.
[ Impact: cleanup ]
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@...il.com>
LKML-Reference: <1242733021.3377.1.camel@...alhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/x86/include/asm/processor.h | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h
index 34c5237..85628ea 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -403,9 +403,6 @@ DECLARE_PER_CPU(unsigned long, stack_canary);
extern unsigned int xstate_size;
extern void free_thread_xstate(struct task_struct *);
extern struct kmem_cache *task_xstate_cachep;
-extern void init_scattered_cpuid_features(struct cpuinfo_x86 *c);
-extern unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c);
-extern unsigned short num_cache_leaves;
struct thread_struct {
/* Cached TLS descriptors: */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists