From 255e4c681ec42ab8a88ac60d1a31fd8209a90fb1 Mon Sep 17 00:00:00 2001 From: fche Date: Mon, 19 Mar 2007 19:19:38 +0000 Subject: 2007-03-19 Frank Ch. Eigler * buildrun.cxx (compile_pass): Emit kbuild-time autoconf widgets to customize runtime or translator C code to actual kernel rather than kernel version string. Thanks to FC 2.6."20" for the nudge. * tapsets.cxx (hrtimer*emit_module): First client: HRTIMER_{MODE_}REL. 2007-03-19 Frank Ch. Eigler * autoconf-hrtimer-rel.c: New file. --- runtime/autoconf-hrtimer-rel.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 runtime/autoconf-hrtimer-rel.c (limited to 'runtime/autoconf-hrtimer-rel.c') diff --git a/runtime/autoconf-hrtimer-rel.c b/runtime/autoconf-hrtimer-rel.c new file mode 100644 index 00000000..b7910be8 --- /dev/null +++ b/runtime/autoconf-hrtimer-rel.c @@ -0,0 +1,3 @@ +#include + +int x = HRTIMER_REL; /* as opposed to HRTIMER_MODE_REL */ -- cgit