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 21:09:44 GMT From: tip-bot for Dimitri Sivanich <sivanich@....com> To: linux-tip-commits@...r.kernel.org Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com, gorcunov@...nvz.org, travis@....com, tglx@...utronix.de, sivanich@....com, mingo@...e.hu Subject: [tip:x86/apic] x86: Remove asm/apicnum.h Commit-ID: 200a9ae2801bc725f2c41ab13f6e0fb1610d2fb6 Gitweb: http://git.kernel.org/tip/200a9ae2801bc725f2c41ab13f6e0fb1610d2fb6 Author: Dimitri Sivanich <sivanich@....com> AuthorDate: Tue, 10 Nov 2009 13:58:35 -0600 Committer: Ingo Molnar <mingo@...e.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@....com> Acked-by: Cyrill Gorcunov <gorcunov@...nvz.org> Acked-by: Mike Travis <travis@....com> LKML-Reference: <20091110195835.GA4393@....com> Signed-off-by: Ingo Molnar <mingo@...e.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 */ -- 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