summaryrefslogtreecommitdiffstats
path: root/tapset/ChangeLog
diff options
context:
space:
mode:
authorhiramatu <hiramatu>2008-02-27 16:46:49 +0000
committerhiramatu <hiramatu>2008-02-27 16:46:49 +0000
commita2dc47ddef0dbed1b0dc912c876f5f57f97c1ede (patch)
tree65f8bc63b516fe525af1409fad83f44235d9e675 /tapset/ChangeLog
parent34201621cc07339371c8d74ce0fe609d967771d4 (diff)
downloadsystemtap-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/ChangeLog5
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