commit | bc284e5d9d6da48934a177db92bf8e09b96a9cb8 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Sep 21 16:56:10 2009 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Oct 28 16:13:02 2009 +1100 |
tree | 23b3cfa9b04498de0e80cb0d9226befd130cb9ba | |
parent | a3ccf63ee643ef243cbf8918da8b3f9238f10029 [diff] |
powerpc: perf_event: Log invalid data addresses as all 1s 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 ~0UL instead. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>