Re: [PATCH] clocksource: Load the ACPI PM clocksource asynchronously

From: john stultz
Date: Wed Feb 01 2012 - 21:40:35 EST


On Mon, 2012-01-30 at 20:51 -0800, Arjan van de Ven wrote:
> From ef4b0d23878277dfd75828f13353e605aae2937f Mon Sep 17 00:00:00 2001
> From: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx>
> Date: Mon, 30 Jan 2012 20:23:30 -0800
> Subject: [PATCH] clocksource: Load the ACPI PM clocksource asynchronously
>
> The ACPI clocksource takes quite some time to initialize,
> and this increases the boot time of the kernel for a
> double digit percentage. This while almost all modern
> systems will be using the HPET already anyway.
>
> This patch turns the clocksource loading into an asynchronous
> operation; which means it won't hold up the boot while
> still becoming available normally.
>
> To make this work well, an udelay() had to be turned into an
> usleep_range() so that on UP systems, we yield the CPU to
> regular boot tasks instead of spinning.
>
> CC: John Stultz <johnstul@xxxxxxxxxx>
> CC: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> CC: Len Brown <lenb@xxxxxxxxxx>
>
> Signed-off-by: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx>


Looks good to me. I've gone ahead and queued it

thanks
-john


--
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/