diff options
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index d2cd0404..eb5f03bf 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,11 @@ +2007-05-29 Frank Ch. Eigler <fche@redhat.com> + + PR 2224 + * map.h (NEED_MAP_LOCKS): New config macro, defaults to 0. + (MAP_GET_CPU, MAP_PUT_CPU): Wrappers, default to ~no-op. + * map.c (_stp_pmap_clear,agg): Use them. + * pmap-gen.c (_stp_pmap_new,set,add,get_cpu,get,del): Ditto. + 2007-05-15 Martin Hunt <hunt@redhat.com> * vsprintf.c: Add comment about %p. @@ -35,6 +43,7 @@ 2007-03-21 Martin Hunt <hunt@redhat.com> + * sym.h: Declare _stp_module_relocate. * sym.c (_stp_module_relocate): Add comments, reformat, add a way for "last" cached values to be cleared when modules |