diff options
Diffstat (limited to 'arch/powerpc/kernel/prom_init.c')
-rw-r--r-- | arch/powerpc/kernel/prom_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c index 616de028f7f8..a3944540fe0d 100644 --- a/arch/powerpc/kernel/prom_init.c +++ b/arch/powerpc/kernel/prom_init.c | |||
@@ -839,7 +839,7 @@ struct ibm_arch_vec __cacheline_aligned ibm_architecture_vec = { | |||
839 | 0, | 839 | 0, |
840 | #endif | 840 | #endif |
841 | .associativity = OV5_FEAT(OV5_TYPE1_AFFINITY) | OV5_FEAT(OV5_PRRN), | 841 | .associativity = OV5_FEAT(OV5_TYPE1_AFFINITY) | OV5_FEAT(OV5_PRRN), |
842 | .bin_opts = OV5_FEAT(OV5_RESIZE_HPT), | 842 | .bin_opts = OV5_FEAT(OV5_RESIZE_HPT) | OV5_FEAT(OV5_HP_EVT), |
843 | .micro_checkpoint = 0, | 843 | .micro_checkpoint = 0, |
844 | .reserved0 = 0, | 844 | .reserved0 = 0, |
845 | .max_cpus = cpu_to_be32(NR_CPUS), /* number of cores supported */ | 845 | .max_cpus = cpu_to_be32(NR_CPUS), /* number of cores supported */ |