diff options
author | Masami Hiramatsu <mhiramat@harusame.(none)> | 2008-07-18 18:34:32 -0400 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@harusame.(none)> | 2008-07-18 18:34:32 -0400 |
commit | e4cb375f44950de40384e970865f74fb3d5dec2c (patch) | |
tree | 54f211fa746e57e9a663b15d324093f38dac9ae5 /ChangeLog | |
parent | af70769845c046962eef469922f8f33b340533bc (diff) | |
download | systemtap-steved-e4cb375f44950de40384e970865f74fb3d5dec2c.tar.gz systemtap-steved-e4cb375f44950de40384e970865f74fb3d5dec2c.tar.xz systemtap-steved-e4cb375f44950de40384e970865f74fb3d5dec2c.zip |
PR442528 (PR6028): register dummy kprobes on ia64 for fixing bsp offset.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-07-18 Masami Hiramatsu <mhiramat@redhat.com> + + BZ 442528 (PR6028) + * tapsets.cxx (emit_module_decls): Add dummy kprobe on ia64. + (emit_module_init): register dummy kprobes for fixing bsp offset on + ia64. + (emit_module_exit): unregister dummy kprobes on ia64. + 2008-07-18 Frank Ch. Eigler <fche@elastic.org> BZ 442528, From Masami Hiramatsu <mhiramat@redhat.com> |