summaryrefslogtreecommitdiffstats
path: root/tapset/context.stp
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-12-01 15:14:02 -0500
committerDave Brolley <brolley@redhat.com>2009-12-01 15:14:02 -0500
commitb25765bd1c90bbbca20c36a25c51fff5e7db0884 (patch)
treed5a3384b89a055360e8f8ebc479727bef36cf34f /tapset/context.stp
parent8c859ce37271f35d0b93cd40f121af7b04621238 (diff)
parent89a75eb6a5a6dc345a718ffbd119651222686026 (diff)
downloadsystemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.tar.gz
systemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.tar.xz
systemtap-steved-b25765bd1c90bbbca20c36a25c51fff5e7db0884.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapset/context.stp')
-rw-r--r--tapset/context.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/context.stp b/tapset/context.stp
index 36701e6e..b30f7dca 100644
--- a/tapset/context.stp
+++ b/tapset/context.stp
@@ -15,7 +15,7 @@
%{
#include <asm/processor.h>
-#if defined(__powerpc64__)
+#if defined(__powerpc__)
#if !defined(task_pt_regs)
#define task_pt_regs(tsk) ((struct pt_regs *)(tsk)->thread.regs)
#endif