From 2cda5f46cba978e19590efd7fee0b3075f8eb8df Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 23 May 2008 20:35:55 -0700 Subject: Add prototypes for using the 2.6.26 probe_kernel_* functions. For now, the autoconf for the new code is disabled, because it shows poorer performance than our existing dereferencing functions. This is probably because ours get inlined and optimized. The code is being committed so that we may re-evaluate its usefulness in the future. This addresses bugzilla 6432. --- runtime/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'runtime/ChangeLog') diff --git a/runtime/ChangeLog b/runtime/ChangeLog index bdf6e56d..3d506a18 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,11 @@ +2008-05-27 Josh Stone + + PR 6432 + * loc2c-runtime.h (kread, kwrite, deref, store_deref): Add + architecture-neutral implementations, using probe_kernel_* + facilites (controlled by autoconf). + * autoconf-probe-kernel.c: test for above. + 2008-05-16 David Smith PR 6499. -- cgit