diff options
author | Dave Brolley <brolley@redhat.com> | 2009-12-01 15:14:02 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-12-01 15:14:02 -0500 |
commit | b25765bd1c90bbbca20c36a25c51fff5e7db0884 (patch) | |
tree | d5a3384b89a055360e8f8ebc479727bef36cf34f /runtime/staprun | |
parent | 8c859ce37271f35d0b93cd40f121af7b04621238 (diff) | |
parent | 89a75eb6a5a6dc345a718ffbd119651222686026 (diff) | |
download | systemtap-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 'runtime/staprun')
-rw-r--r-- | runtime/staprun/staprun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/staprun/staprun.c b/runtime/staprun/staprun.c index 078be4cf..5bd5163a 100644 --- a/runtime/staprun/staprun.c +++ b/runtime/staprun/staprun.c @@ -372,7 +372,7 @@ int send_relocation_kernel () free (line); line=NULL; if (symbol == NULL) continue; /* OOM? */ -#ifdef __powerpc__ +#ifdef __powerpc64__ #define KERNEL_RELOC_SYMBOL ".__start" #else #define KERNEL_RELOC_SYMBOL "_stext" |