summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-26 14:37:22 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-26 14:37:22 -0500
commit0793bdc4e22af6dd29420f04c3b40ced72ba4b54 (patch)
treef95e0f9afd4e64b4cc6af532c9ab7176ff5066b5 /buildrun.cxx
parentd1b8e10a316702a20b7abec8d27189a62fc4bab6 (diff)
parent8d59b39f96b89eb055d77d422a923c499d2a5fca (diff)
downloadsystemtap-steved-0793bdc4e22af6dd29420f04c3b40ced72ba4b54.tar.gz
systemtap-steved-0793bdc4e22af6dd29420f04c3b40ced72ba4b54.tar.xz
systemtap-steved-0793bdc4e22af6dd29420f04c3b40ced72ba4b54.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index c23a4747..9eeab4ba 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -112,6 +112,8 @@ compile_pass (systemtap_session& s)
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-uaccess.c, -DSTAPCONF_LINUX_UACCESS_H,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-oneachcpu-retry.c, -DSTAPCONF_ONEACHCPU_RETRY,)" << endl;
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;
+
#if 0
/* NB: For now, the performance hit of probe_kernel_read/write (vs. our
* homegrown safe-access functions) is deemed undesireable, so we'll skip