]> sourceware.org Git - systemtap.git/commit
Add a small runtime fix to __stp_time_local_update().
authorDavid Smith <dsmith@redhat.com>
Thu, 15 Dec 2016 19:09:49 +0000 (13:09 -0600)
committerDavid Smith <dsmith@redhat.com>
Thu, 15 Dec 2016 19:09:49 +0000 (13:09 -0600)
commit74cb21cdeb36e72692b1aa01a3d55778dfda9bad
treef0927ab87efcc58575f05815ef55415ea71ab1ec
parentba99b10aa29011f4e15e33da0d541f3a8a8066a4
Add a small runtime fix to __stp_time_local_update().

* runtime/time.c (__stp_time_local_update): Call
  write_seqlock_irqsave()/write_sequnlock_irqrestore() instead of
  write_seqlock()/write_sequnlock() to correctly wait while interrupts are
  disabled.
runtime/time.c
This page took 0.025837 seconds and 5 git commands to generate.