lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 10 Nov 2009 13:58:35 -0600 From: Dimitri Sivanich <sivanich@....com> To: Ingo Molnar <mingo@...e.hu> Cc: Mike Travis <travis@....com>, Cyrill Gorcunov <gorcunov@...il.com>, linux-kernel@...r.kernel.org Subject: [PATCH] x86: Remove asm/apicnum.h 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@....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 */ -- 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