diff options
author | Anton Blanchard <anton@samba.org> | 2005-09-06 00:50:48 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-06 02:09:20 -0400 |
commit | 8530935d384bef1467ba76e1f4382f0f8b3c899d (patch) | |
tree | c96ed2a5f10da98ed5726fd01c59e58cb09ad7c7 /include | |
parent | fd5b4377eacac42293b1a349dbb0f9892bf7f74a (diff) |
[PATCH] ppc64: remove CPU_FTR_PMC8
Remove the CPU_FTR_PMC8 feature now we encode the number of PMCs
directly.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc64/cputable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/cputable.h b/include/asm-ppc64/cputable.h index 0c8affc657fa..80b907727a79 100644 --- a/include/asm-ppc64/cputable.h +++ b/include/asm-ppc64/cputable.h | |||
@@ -98,7 +98,7 @@ static inline unsigned long cpu_has_feature(unsigned long feature) | |||
98 | #define CPU_FTR_NODSISRALIGN ASM_CONST(0x0000001000000000) | 98 | #define CPU_FTR_NODSISRALIGN ASM_CONST(0x0000001000000000) |
99 | #define CPU_FTR_IABR ASM_CONST(0x0000002000000000) | 99 | #define CPU_FTR_IABR ASM_CONST(0x0000002000000000) |
100 | #define CPU_FTR_MMCRA ASM_CONST(0x0000004000000000) | 100 | #define CPU_FTR_MMCRA ASM_CONST(0x0000004000000000) |
101 | #define CPU_FTR_PMC8 ASM_CONST(0x0000008000000000) | 101 | /* unused ASM_CONST(0x0000008000000000) */ |
102 | #define CPU_FTR_SMT ASM_CONST(0x0000010000000000) | 102 | #define CPU_FTR_SMT ASM_CONST(0x0000010000000000) |
103 | #define CPU_FTR_COHERENT_ICACHE ASM_CONST(0x0000020000000000) | 103 | #define CPU_FTR_COHERENT_ICACHE ASM_CONST(0x0000020000000000) |
104 | #define CPU_FTR_LOCKLESS_TLBIE ASM_CONST(0x0000040000000000) | 104 | #define CPU_FTR_LOCKLESS_TLBIE ASM_CONST(0x0000040000000000) |