[PATCH] x86: Remove asm/apicnum.h

From: Dimitri Sivanich
Date: Tue Nov 10 2009 - 14:58:43 EST


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@xxxxxxx>

---

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 */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/