lkml.org 
[lkml]   [2006]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [patch 03/23] GTOD: persistent clock support, i386
From
Date
On Mon, 2006-10-02 at 15:44 -0700, Andrew Morton wrote:
> > - write_seqlock_irqsave(&xtime_lock, flags);
> > - jiffies_64 += sleep_length;
> > - write_sequnlock_irqrestore(&xtime_lock, flags);
> > touch_softlockup_watchdog();
> > return 0;
> > }
>
> In this version of the patch, you no longer remove the
> touch_softlockup_watchdog() call from timer_resume().
>
> But clockevents-drivers-for-i386.patch deletes timer_resume()
> altogether.
>
> Hence we might need to put that re-added touch_softlockup_watchdog() call
> into somewhere else now.

clockevents has is it in the resume path.

static void clockevents_resume_local_events(void *arg)
{
....
touch_softlockup_watchdog();
}

tglx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-10-04 01:31    [W:0.060 / U:0.672 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site