summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2005-11-24 21:18:37 +0000
committerfche <fche>2005-11-24 21:18:37 +0000
commitded98b334e86a6f6aed6a30a20b67aecc0ae1bf4 (patch)
tree8dc3c5dddde991dd4b34a0d17563e68048ed9970 /ChangeLog
parent07c17d677a8080492b4a67b664f4cc9557f5dda3 (diff)
downloadsystemtap-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9062e793..f7b43b69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.