summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorJosh Stone <joshua.i.stone@intel.com>2008-10-24 12:32:36 -0700
committerJosh Stone <joshua.i.stone@intel.com>2008-10-24 12:32:36 -0700
commitf7674e54ccb92a1b99af6e930bab75560ff2dfd7 (patch)
tree2f6d1767c07521d7a3086c920e472dff8604cd33 /buildrun.cxx
parent2237d27b8146dd25a65e833a5117318c7502a5e9 (diff)
downloadsystemtap-steved-f7674e54ccb92a1b99af6e930bab75560ff2dfd7.tar.gz
systemtap-steved-f7674e54ccb92a1b99af6e930bab75560ff2dfd7.tar.xz
systemtap-steved-f7674e54ccb92a1b99af6e930bab75560ff2dfd7.zip
Fix hrtimer.expires name change.
The field is renamed to _expires starting in 2.6.28-rc1, and it's not meant to be directly manipulated. Instead hrtimer users are supposed to use hrtimer_get_expires and hrtimer_set_expires.
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 8ec731df..5f31303b 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -100,6 +100,7 @@ compile_pass (systemtap_session& s)
o << module_cflags << " += -Iinclude2/asm/mach-default" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-hrtimer-rel.c, -DSTAPCONF_HRTIMER_REL,)" << endl;
+ o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-hrtimer-getset-expires.c, -DSTAPCONF_HRTIMER_GETSET_EXPIRES,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-inode-private.c, -DSTAPCONF_INODE_PRIVATE,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-constant-tsc.c, -DSTAPCONF_CONSTANT_TSC,)" << endl;
o << module_cflags << " += $(call stap_check_build, $(SYSTEMTAP_RUNTIME)/autoconf-tsc-khz.c, -DSTAPCONF_TSC_KHZ,)" << endl;