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 <[email protected]>
---
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 */
[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 <[email protected]>
|
| ---
|
| arch/x86/include/asm/apicnum.h | 12 ------------
| 1 file changed, 12 deletions(-)
Thanks Dimitri,
Acked-by: Cyrill Gorcunov <[email protected]>
Commit-ID: 200a9ae2801bc725f2c41ab13f6e0fb1610d2fb6
Gitweb: http://git.kernel.org/tip/200a9ae2801bc725f2c41ab13f6e0fb1610d2fb6
Author: Dimitri Sivanich <[email protected]>
AuthorDate: Tue, 10 Nov 2009 13:58:35 -0600
Committer: Ingo Molnar <[email protected]>
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 <[email protected]>
Acked-by: Cyrill Gorcunov <[email protected]>
Acked-by: Mike Travis <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
---
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 */