public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: Remove asm/apicnum.h
       [not found]     ` <20091110192852.GD5881@lenovo>
@ 2009-11-10 19:58       ` Dimitri Sivanich
  2009-11-10 20:04         ` Cyrill Gorcunov
  2009-11-10 21:09         ` [tip:x86/apic] " tip-bot for Dimitri Sivanich
  0 siblings, 2 replies; 3+ messages in thread
From: Dimitri Sivanich @ 2009-11-10 19:58 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Mike Travis, Cyrill Gorcunov, linux-kernel

It doesn't look as though arch/x86/include/asm/apicnum.h is referenced
anywhere anymore.  Its definitions appear in apicdef.h.

Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>

---

 arch/x86/include/asm/apicnum.h |   12 ------------
 1 file changed, 12 deletions(-)

Index: linux/arch/x86/include/asm/apicnum.h
===================================================================
--- linux.orig/arch/x86/include/asm/apicnum.h	2009-11-10 08:52:08.000000000 -0600
+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-#ifndef _ASM_X86_APICNUM_H
-#define _ASM_X86_APICNUM_H
-
-/* define MAX_IO_APICS */
-#ifdef CONFIG_X86_32
-# define MAX_IO_APICS 64
-#else
-# define MAX_IO_APICS 128
-# define MAX_LOCAL_APIC 32768
-#endif
-
-#endif /* _ASM_X86_APICNUM_H */

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] x86: Remove asm/apicnum.h
  2009-11-10 19:58       ` [PATCH] x86: Remove asm/apicnum.h Dimitri Sivanich
@ 2009-11-10 20:04         ` Cyrill Gorcunov
  2009-11-10 21:09         ` [tip:x86/apic] " tip-bot for Dimitri Sivanich
  1 sibling, 0 replies; 3+ messages in thread
From: Cyrill Gorcunov @ 2009-11-10 20:04 UTC (permalink / raw)
  To: Dimitri Sivanich; +Cc: Ingo Molnar, Mike Travis, linux-kernel

[Dimitri Sivanich - Tue, Nov 10, 2009 at 01:58:35PM -0600]
| It doesn't look as though arch/x86/include/asm/apicnum.h is referenced
| anywhere anymore.  Its definitions appear in apicdef.h.
| 
| Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
| 
| ---
| 
|  arch/x86/include/asm/apicnum.h |   12 ------------
|  1 file changed, 12 deletions(-)

Thanks Dimitri,

Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:x86/apic] x86: Remove asm/apicnum.h
  2009-11-10 19:58       ` [PATCH] x86: Remove asm/apicnum.h Dimitri Sivanich
  2009-11-10 20:04         ` Cyrill Gorcunov
@ 2009-11-10 21:09         ` tip-bot for Dimitri Sivanich
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Dimitri Sivanich @ 2009-11-10 21:09 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, hpa, mingo, gorcunov, travis, tglx, sivanich, mingo

Commit-ID:  200a9ae2801bc725f2c41ab13f6e0fb1610d2fb6
Gitweb:     http://git.kernel.org/tip/200a9ae2801bc725f2c41ab13f6e0fb1610d2fb6
Author:     Dimitri Sivanich <sivanich@sgi.com>
AuthorDate: Tue, 10 Nov 2009 13:58:35 -0600
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 10 Nov 2009 22:07:35 +0100

x86: Remove asm/apicnum.h

arch/x86/include/asm/apicnum.h is not referenced anywhere
anymore. Its definitions appear in apicdef.h. Remove it.

Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Mike Travis <travis@sgi.com>
LKML-Reference: <20091110195835.GA4393@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/include/asm/apicnum.h |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/arch/x86/include/asm/apicnum.h b/arch/x86/include/asm/apicnum.h
deleted file mode 100644
index 82f613c..0000000
--- a/arch/x86/include/asm/apicnum.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _ASM_X86_APICNUM_H
-#define _ASM_X86_APICNUM_H
-
-/* define MAX_IO_APICS */
-#ifdef CONFIG_X86_32
-# define MAX_IO_APICS 64
-#else
-# define MAX_IO_APICS 128
-# define MAX_LOCAL_APIC 32768
-#endif
-
-#endif /* _ASM_X86_APICNUM_H */

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-10 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20091110190515.GB5881@lenovo>
     [not found] ` <4AF9BBB8.8010809@sgi.com>
     [not found]   ` <20091110192454.GB3904@sgi.com>
     [not found]     ` <20091110192852.GD5881@lenovo>
2009-11-10 19:58       ` [PATCH] x86: Remove asm/apicnum.h Dimitri Sivanich
2009-11-10 20:04         ` Cyrill Gorcunov
2009-11-10 21:09         ` [tip:x86/apic] " tip-bot for Dimitri Sivanich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox