diff options
author | Dave Brolley <brolley@redhat.com> | 2009-03-31 12:21:26 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-03-31 12:21:26 -0400 |
commit | dff5b6a2d7a63b4554d1320c0603dc8757b9c8a7 (patch) | |
tree | cd139bae97c71558ccabdc3f69471d8e6a35049b /buildrun.cxx | |
parent | 8f2b14197e7db279434c5b063b755d1121c137de (diff) | |
parent | c5746f91b1ba8f374b4230e16cb33e1b9206ca2b (diff) | |
download | systemtap-steved-dff5b6a2d7a63b4554d1320c0603dc8757b9c8a7.tar.gz systemtap-steved-dff5b6a2d7a63b4554d1320c0603dc8757b9c8a7.tar.xz systemtap-steved-dff5b6a2d7a63b4554d1320c0603dc8757b9c8a7.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
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 505589cf..aafb8a6d 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -152,6 +152,7 @@ compile_pass (systemtap_session& s) output_autoconf(s, o, "autoconf-procfs-owner.c", "STAPCONF_PROCFS_OWNER", NULL); output_autoconf(s, o, "autoconf-alloc-percpu-align.c", "STAPCONF_ALLOC_PERCPU_ALIGN", NULL); output_autoconf(s, o, "autoconf-find-task-pid.c", "STAPCONF_FIND_TASK_PID", NULL); + output_autoconf(s, o, "autoconf-x86-gs.c", "STAPCONF_X86_GS", NULL); #if 0 /* NB: For now, the performance hit of probe_kernel_read/write (vs. our |