diff options
author | ddomingo <ddomingo@redhat.com> | 2009-03-09 18:49:41 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-03-09 18:49:41 +1000 |
commit | 7516b286e0909504bd958ad2b8050d5d8afbd508 (patch) | |
tree | 72b7ecd89f80c278f3489119fa3bd26282e6e66a /buildrun.cxx | |
parent | 2e802851f3c72d841fe436ec1e178d858bb37f6d (diff) | |
parent | f9355a6c0645c7efa0b7bc7894231b51b9f7e91c (diff) | |
download | systemtap-steved-7516b286e0909504bd958ad2b8050d5d8afbd508.tar.gz systemtap-steved-7516b286e0909504bd958ad2b8050d5d8afbd508.tar.xz systemtap-steved-7516b286e0909504bd958ad2b8050d5d8afbd508.zip |
Merge branch 'master' of ssh://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 2685949d..b9d648ef 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -147,6 +147,7 @@ compile_pass (systemtap_session& s) output_autoconf(s, o, "autoconf-task-uid.c", "STAPCONF_TASK_UID", NULL); output_autoconf(s, o, "autoconf-vm-area.c", "STAPCONF_VM_AREA", NULL); 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); #if 0 /* NB: For now, the performance hit of probe_kernel_read/write (vs. our |