When we take an exception and the SDAR isn't synchronised we currently
log 0 as the address. Unfortunately this is a pretty common value, so
use ~OUL instead.

Signed-off-by: Anton Blanchard <an...@samba.org>
---

Index: linux.trees.git/arch/powerpc/kernel/perf_event.c
===================================================================
--- linux.trees.git.orig/arch/powerpc/kernel/perf_event.c       2009-09-22 
11:54:32.000000000 +1000
+++ linux.trees.git/arch/powerpc/kernel/perf_event.c    2009-09-22 
11:59:33.000000000 +1000
@@ -1162,7 +1162,7 @@ static void record_and_restart(struct pe
         */
        if (record) {
                struct perf_sample_data data = {
-                       .addr   = 0,
+                       .addr   = ~0ULL,
                        .period = event->hw.last_period,
                };
 
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to