summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-02-05 13:45:26 -0500
committerFrank Ch. Eigler <fche@elastic.org>2009-02-05 13:47:07 -0500
commit482472c332a2a8a9df203bb6fb8f3f6ed87a9cf4 (patch)
tree26d3fbaa3a0d9bc7d3b4b6964327d8c53e6d9c4d /buildrun.cxx
parent4b7b5c032203bec067abc74800cdd0a444395574 (diff)
downloadsystemtap-steved-482472c332a2a8a9df203bb6fb8f3f6ed87a9cf4.tar.gz
systemtap-steved-482472c332a2a8a9df203bb6fb8f3f6ed87a9cf4.tar.xz
systemtap-steved-482472c332a2a8a9df203bb6fb8f3f6ed87a9cf4.zip
PR9740/9816? - workaround for kernel valloc bug
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index 6ce56a09..15ba3ae1 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -121,6 +121,7 @@ compile_pass (systemtap_session& s)
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-dpath-path.c, -DSTAPCONF_DPATH_PATH,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-synchronize-sched.c, -DSTAPCONF_SYNCHRONIZE_SCHED,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-task-uid.c, -DSTAPCONF_TASK_UID,)" << endl;
+ o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-vm-area.c, -DSTAPCONF_VM_AREA,)" << endl;
#if 0
/* NB: For now, the performance hit of probe_kernel_read/write (vs. our