summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
diff options
context:
space:
mode:
authorhunt <hunt>2005-11-28 22:08:39 +0000
committerhunt <hunt>2005-11-28 22:08:39 +0000
commita432e18a24569804c82f14b36ae7d8dfcc245da7 (patch)
treea59fbb363f9837117053d54ead454895609c4314 /runtime/runtime.h
parentbdf00cf6b089eccd30b5cfec8c06be7b949749d8 (diff)
downloadsystemtap-steved-a432e18a24569804c82f14b36ae7d8dfcc245da7.tar.gz
systemtap-steved-a432e18a24569804c82f14b36ae7d8dfcc245da7.tar.xz
systemtap-steved-a432e18a24569804c82f14b36ae7d8dfcc245da7.zip
2005-11-28 Martin Hunt <hunt@redhat.com>
* 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.
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r--runtime/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h
index cdae6764..fe176ab0 100644
--- a/runtime/runtime.h
+++ b/runtime/runtime.h
@@ -63,6 +63,7 @@ static struct
#include "arith.c"
#include "copy.c"
#include "sym.h"
+#include "alloc.c"
/************* Module Stuff ********************/