summaryrefslogtreecommitdiffstats
path: root/runtime/user/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* 2006-01-25 Martin Hunt <hunt@redhat.com>hunt2006-01-251-0/+35
| | | | | * alloc.c (_stp_alloc_percpu): New function. (_stp_free_percpu): New function.
* 2005-12-07 Martin Hunt <hunt@redhat.com>hunt2005-12-071-95/+3
| | | | | * alloc.c: Remove all unused functions. * io.c: Add vprintf() prototype.
* 2005-11-28 Martin Hunt <hunt@redhat.com>hunt2005-11-281-0/+7
| | | | | | | | | | | * alloc.c (__stp_valloc_percpu): Use same code for up and smp. (_stp_per_cpu_ptr): New macro. * user/alloc.c: Ditto. * map.c: Use _stp_map_cpu_ptr(). * map-stat.c: Ditto. * pmap-gen.c: Ditto. * runtime.h: Include alloc.c * user/runtime.h: Ditto.
* 2005-11-08 Martin Hunt <hunt@redhat.com>hunt2005-11-081-1/+7
| | | | | | * recreate_links: Add link to pmap-gen.c * print.c (next_fmt): Remove unneeded dbug(). * alloc.c: Update to reflect changes to runtime/alloc.c.
* 2005-07-14 Frank Ch. Eigler <fche@redhat.com>fche2005-07-141-3/+3
| | | | * alloc.c (_stp_error): Rename, to avoid name collision with ../io.c.
* User space test stuff.hunt2005-05-181-0/+96