diff options
author | hunt <hunt> | 2008-01-30 00:45:45 +0000 |
---|---|---|
committer | hunt <hunt> | 2008-01-30 00:45:45 +0000 |
commit | 787abf66a1807e62f54b84732bcc6a12480db8ed (patch) | |
tree | 36f29aac665a4cfa3ce433135ea919761208a898 /runtime/ChangeLog | |
parent | 5d03112aaed421893cc08a6112b699995d254506 (diff) | |
download | systemtap-steved-787abf66a1807e62f54b84732bcc6a12480db8ed.tar.gz systemtap-steved-787abf66a1807e62f54b84732bcc6a12480db8ed.tar.xz systemtap-steved-787abf66a1807e62f54b84732bcc6a12480db8ed.zip |
2008-01-29 Martin Hunt <hunt@redhat.com>
* io.c (_stp_vlog): Use get_cpu() instead
of smp_processor_id() because this function can get
called with interrupts enabled.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index b0db7a21..0a8ac63a 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,11 @@ 2008-01-29 Martin Hunt <hunt@redhat.com> + * io.c (_stp_vlog): Use get_cpu() instead + of smp_processor_id() because this function can get + called with interrupts enabled. + +2008-01-29 Martin Hunt <hunt@redhat.com> + * alloc.c (struct _stp_malloc_type): Remove redundant field. |