[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <alpine.LFD.2.00.0905142334090.24833@localhost.localdomain>
Date: Thu, 14 May 2009 23:36:49 -0400 (EDT)
From: Len Brown <lenb@...nel.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Janne Kulmala <janne.t.kulmala@....fi>,
Frans Pop <elendil@...net.nl>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Steven Rostedt <rostedt@...dmis.org>,
Ingo Molnar <mingo@...e.hu>, johnstul@...ibm.com
Subject: Re: [PATCH] ACPI: idle: fix init-time TSC check regression
> > + if (cx->valid)
> > + tsc_check_state(cx->type);
> >
> > if (cx->valid)
> > working++;
>
> Could do with
>
> if (cx->valid) {
> tsc_check_state(cx->type);
> working++;
> }
right, i deferred that to a cosmetic-only patch
that will also rename and move acpi_timer_check_state.
> Otherwise Acked-by: Thomas Gleixner <tglx@...utronix.de>
thanks,
Len Brown, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists