lkml.org 
[lkml]   [2007]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [patch-mm 06/23] clockevents: Fix resume logic
FromThomas Gleixner <>
DateSun, 10 Jun 2007 12:30:12 +0200
On Sun, 2007-06-10 at 12:19 +0200, Rafael J. Wysocki wrote:
> > -/*
> > - * Suspend/resume part
> > - */
> > -
> > -#ifdef CONFIG_PM
> > -
> > -static int hpet_suspend(struct sys_device *sys_device, pm_message_t state)
> > -{
> > - unsigned long cfg = hpet_readl(HPET_CFG);
> > -
> > - cfg &= ~(HPET_CFG_ENABLE|HPET_CFG_LEGACY);
> > - hpet_writel(cfg, HPET_CFG);
> > -
> > - return 0;
> > -}
>
> Hmm, I haven't found anything to replace the above in the patch. Is that
> intentional, or is it there, but I haven't noticed?

> > + case CLOCK_EVT_MODE_RESUME:
> > + hpet_enable_int();
> > + break;

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: 2007-06-10 12:33    [from the cache]
©2003-2010