* [PATCH -tip] x86: asm/processor.h remove double declaration
@ 2009-05-19 11:37 Jaswinder Singh Rajput
2009-05-19 12:30 ` [tip:x86/cleanups] x86: asm/processor.h: " tip-bot for Jaswinder Singh Rajput
0 siblings, 1 reply; 2+ messages in thread
From: Jaswinder Singh Rajput @ 2009-05-19 11:37 UTC (permalink / raw)
To: Ingo Molnar, x86 maintainers, LKML
Impact: cleanup
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.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
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 930d4ea..c776826 100644
--- a/arch/x86/include/asm/processor.h
+++ b/arch/x86/include/asm/processor.h
@@ -410,9 +410,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: */
--
1.6.1.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/cleanups] x86: asm/processor.h: remove double declaration
2009-05-19 11:37 [PATCH -tip] x86: asm/processor.h remove double declaration Jaswinder Singh Rajput
@ 2009-05-19 12:30 ` tip-bot for Jaswinder Singh Rajput
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Jaswinder Singh Rajput @ 2009-05-19 12:30 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, hpa, mingo, jaswinder, tglx, mingo, jaswinderrajput
Commit-ID: 4aee2ad461889132bfb5a1518a9580d00e17008c
Gitweb: http://git.kernel.org/tip/4aee2ad461889132bfb5a1518a9580d00e17008c
Author: Jaswinder Singh Rajput <jaswinder@kernel.org>
AuthorDate: Tue, 19 May 2009 17:07:01 +0530
Committer: Ingo Molnar <mingo@elte.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@gmail.com>
LKML-Reference: <1242733021.3377.1.camel@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.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: */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-19 12:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-19 11:37 [PATCH -tip] x86: asm/processor.h remove double declaration Jaswinder Singh Rajput
2009-05-19 12:30 ` [tip:x86/cleanups] x86: asm/processor.h: " tip-bot for Jaswinder Singh Rajput
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome