diff options
Diffstat (limited to 'arch/powerpc/kernel/power5+-pmu.c')
-rw-r--r-- | arch/powerpc/kernel/power5+-pmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/power5+-pmu.c b/arch/powerpc/kernel/power5+-pmu.c index 5f8b7741e970..41e5d2d958d4 100644 --- a/arch/powerpc/kernel/power5+-pmu.c +++ b/arch/powerpc/kernel/power5+-pmu.c | |||
@@ -632,7 +632,7 @@ static int power5p_cache_events[C(MAX)][C(OP_MAX)][C(RESULT_MAX)] = { | |||
632 | [C(OP_WRITE)] = { -1, -1 }, | 632 | [C(OP_WRITE)] = { -1, -1 }, |
633 | [C(OP_PREFETCH)] = { 0, 0 }, | 633 | [C(OP_PREFETCH)] = { 0, 0 }, |
634 | }, | 634 | }, |
635 | [C(L2)] = { /* RESULT_ACCESS RESULT_MISS */ | 635 | [C(LL)] = { /* RESULT_ACCESS RESULT_MISS */ |
636 | [C(OP_READ)] = { 0, 0 }, | 636 | [C(OP_READ)] = { 0, 0 }, |
637 | [C(OP_WRITE)] = { 0, 0 }, | 637 | [C(OP_WRITE)] = { 0, 0 }, |
638 | [C(OP_PREFETCH)] = { 0xc50c3, 0 }, | 638 | [C(OP_PREFETCH)] = { 0xc50c3, 0 }, |