diff options
author | fche <fche> | 2005-11-24 21:18:37 +0000 |
---|---|---|
committer | fche <fche> | 2005-11-24 21:18:37 +0000 |
commit | ded98b334e86a6f6aed6a30a20b67aecc0ae1bf4 (patch) | |
tree | 8dc3c5dddde991dd4b34a0d17563e68048ed9970 /ChangeLog | |
parent | 07c17d677a8080492b4a67b664f4cc9557f5dda3 (diff) | |
download | systemtap-steved-ded98b334e86a6f6aed6a30a20b67aecc0ae1bf4.tar.gz systemtap-steved-ded98b334e86a6f6aed6a30a20b67aecc0ae1bf4.tar.xz systemtap-steved-ded98b334e86a6f6aed6a30a20b67aecc0ae1bf4.zip |
2005-11-24 Frank Ch. Eigler <fche@redhat.com>
PR 1917
* translate.cxx (emit_common_header, emit_module_init,
emit_module_exit): Switch context array to per-cpu kmalloc variant.
* tapsets (*::emit_probe_entires): Use per_cpu_ptr() for my context.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-24 Frank Ch. Eigler <fche@redhat.com> + + PR 1917 + * translate.cxx (emit_common_header, emit_module_init, + emit_module_exit): Switch context array to per-cpu kmalloc variant. + * tapsets (*::emit_probe_entires): Use per_cpu_ptr() for my context. + 2005-11-23 Graydon Hoare <graydon@redhat.com> * elaborate.h (get_symbol_within_expression): Make visible. |