From: Anton Blanchard Date: Mon, 21 Sep 2009 16:56:10 +0000 (+0000) Subject: powerpc: perf_event: Log invalid data addresses as all 1s X-Git-Tag: v2.6.33-rc1~399^2~165^2~17^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc284e5d9d6da48934a177db92bf8e09b96a9cb8;p=pandora-kernel.git 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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed