From ded98b334e86a6f6aed6a30a20b67aecc0ae1bf4 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 24 Nov 2005 21:18:37 +0000 Subject: 2005-11-24 Frank Ch. Eigler 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9062e793..f7b43b69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-24 Frank Ch. Eigler + + 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 * elaborate.h (get_symbol_within_expression): Make visible. -- cgit