diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-06-18 11:54:37 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 10:38:54 +0200 |
commit | 66a6f8d539416c9664f3a04ecb12f55a0097ab8c (patch) | |
tree | be485f28123288b64f304aff176c2b4149e14c57 /include/asm-x86/mach-numaq | |
parent | 1c6e55032e24ff79668581a0f296c278ef7edd4e (diff) | |
download | op-kernel-dev-66a6f8d539416c9664f3a04ecb12f55a0097ab8c.zip op-kernel-dev-66a6f8d539416c9664f3a04ecb12f55a0097ab8c.tar.gz |
x86: remove unused file after numaq etc depends on genericarch
we don't need those mach_mpspec.h files now.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mach-numaq')
-rw-r--r-- | include/asm-x86/mach-numaq/mach_mpspec.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-x86/mach-numaq/mach_mpspec.h b/include/asm-x86/mach-numaq/mach_mpspec.h deleted file mode 100644 index dffb098..0000000 --- a/include/asm-x86/mach-numaq/mach_mpspec.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef __ASM_MACH_MPSPEC_H -#define __ASM_MACH_MPSPEC_H - -#define MAX_IRQ_SOURCES 512 - -#define MAX_MP_BUSSES 32 - -#endif /* __ASM_MACH_MPSPEC_H */ |