summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-11-27 08:20:25 +1000
committerddomingo <ddomingo@redhat.com>2008-11-27 08:20:25 +1000
commitb292269455060d2f07dfa83749f9a7766c478c5a (patch)
tree684b52c7d3c598e26f22eba2f0b1db232788c526 /runtime
parentc41e99c8f098302a9ed2eb4fcac6ff5e7cd79cab (diff)
parentc31df222427089e752256c58fceb6f077bdc53ce (diff)
downloadsystemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.tar.gz
systemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.tar.xz
systemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime')
-rw-r--r--runtime/ChangeLog4
-rw-r--r--runtime/autoconf-synchronize-sched.c6
2 files changed, 10 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 91a932c4..f3c5f2e3 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-26 Frank Ch. Eigler <fche@elastic.org>
+
+ * autoconf-synchronize-sched.c: New file.
+
2008-11-25 Frank Ch. Eigler <fche@elastic.org>
PR 7046.
diff --git a/runtime/autoconf-synchronize-sched.c b/runtime/autoconf-synchronize-sched.c
new file mode 100644
index 00000000..0291092e
--- /dev/null
+++ b/runtime/autoconf-synchronize-sched.c
@@ -0,0 +1,6 @@
+#include <linux/sched.h>
+
+void foo (void)
+{
+ synchronize_sched ();
+}