diff options
author | hiramatu <hiramatu> | 2008-02-27 16:46:49 +0000 |
---|---|---|
committer | hiramatu <hiramatu> | 2008-02-27 16:46:49 +0000 |
commit | a2dc47ddef0dbed1b0dc912c876f5f57f97c1ede (patch) | |
tree | 65f8bc63b516fe525af1409fad83f44235d9e675 /tapset/ChangeLog | |
parent | 34201621cc07339371c8d74ce0fe609d967771d4 (diff) | |
download | systemtap-steved-a2dc47ddef0dbed1b0dc912c876f5f57f97c1ede.tar.gz systemtap-steved-a2dc47ddef0dbed1b0dc912c876f5f57f97c1ede.tar.xz systemtap-steved-a2dc47ddef0dbed1b0dc912c876f5f57f97c1ede.zip |
2008-02-27 Masami Hiramatsu <mhiramat@redhat.com>
* x86_64/syscalls.stp (syscall.iopl): Use new_iopl instead of level
on xen kernel.
Diffstat (limited to 'tapset/ChangeLog')
-rw-r--r-- | tapset/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog index 94071f07..e198b9e5 100644 --- a/tapset/ChangeLog +++ b/tapset/ChangeLog @@ -1,3 +1,8 @@ +2008-02-27 Masami Hiramatsu <mhiramat@redhat.com> + + * x86_64/syscalls.stp (syscall.iopl): Use new_iopl instead of level + on xen kernel. + 2008-01-25 Will Cohen <wcohen@redhat.com> PR5554 |