diff options
author | William Cohen <wcohen@redhat.com> | 2009-02-05 14:22:34 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-02-05 14:22:34 -0500 |
commit | e222fe9f5bd2337cb306e29d45f3916b18b43e8f (patch) | |
tree | 5992189edb0caca9ddc7d87d330f8bef698fde92 /buildrun.cxx | |
parent | a38429fc30b6358de9b9680c9f4f795ab4852776 (diff) | |
parent | 482472c332a2a8a9df203bb6fb8f3f6ed87a9cf4 (diff) | |
download | systemtap-steved-e222fe9f5bd2337cb306e29d45f3916b18b43e8f.tar.gz systemtap-steved-e222fe9f5bd2337cb306e29d45f3916b18b43e8f.tar.xz systemtap-steved-e222fe9f5bd2337cb306e29d45f3916b18b43e8f.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts:
ChangeLog
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 1 |
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 |