]> sourceware.org Git - systemtap.git/commit
Add a fallback for kernels not exporting add_timer_on
authorJosh Stone <jistone@redhat.com>
Tue, 16 Nov 2010 21:20:53 +0000 (13:20 -0800)
committerJosh Stone <jistone@redhat.com>
Tue, 16 Nov 2010 21:20:53 +0000 (13:20 -0800)
commitaf6c651f394010ea3a5fc698e748dc56eb9f310c
tree8cccc37dc5078186d2c7f6c74355074de091a8d1
parentd13bcfd871e6924acd43596a087e191c3174823c
Add a fallback for kernels not exporting add_timer_on

Commit 3fd1c49 regressed for kernels which don't EXPORT add_timer_on.

* buildrun.cxx (compile_pass): Test for add_timer_on's export.
* runtime/time.c (_stp_init_time, __stp_init_time): Restore the
  IPI-add_timer as a fallback.
buildrun.cxx
runtime/time.c
This page took 0.025872 seconds and 5 git commands to generate.