Re: [PATCH] ACPI: idle: fix init-time TSC check regression

From: Len Brown
Date: Thu May 14 2009 - 23:37:30 EST


> > + 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@xxxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/