diff options
Diffstat (limited to 'include/asm-ppc64/cputable.h')
-rw-r--r-- | include/asm-ppc64/cputable.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-ppc64/cputable.h b/include/asm-ppc64/cputable.h index ae6cf3830108..0c8affc657fa 100644 --- a/include/asm-ppc64/cputable.h +++ b/include/asm-ppc64/cputable.h | |||
@@ -52,6 +52,9 @@ struct cpu_spec { | |||
52 | unsigned int icache_bsize; | 52 | unsigned int icache_bsize; |
53 | unsigned int dcache_bsize; | 53 | unsigned int dcache_bsize; |
54 | 54 | ||
55 | /* number of performance monitor counters */ | ||
56 | unsigned int num_pmcs; | ||
57 | |||
55 | /* this is called to initialize various CPU bits like L1 cache, | 58 | /* this is called to initialize various CPU bits like L1 cache, |
56 | * BHT, SPD, etc... from head.S before branching to identify_machine | 59 | * BHT, SPD, etc... from head.S before branching to identify_machine |
57 | */ | 60 | */ |