Re: [patch 2.6.15] i386: Optimize local APIC timer interrupt code

From: Chuck Ebbert
Date: Wed Jan 04 2006 - 19:21:25 EST


In-Reply-To: <20060104150139.34829833.akpm@xxxxxxxx>


Andrew Morton wrote:

> The code which you're patching is cheerfully nuked by a patch in Andi's
> tree:
> ftp://ftp.firstfloor.org/pub/ak/x86_64/quilt-current/patches/no-subjiffy-profile
>
> I don't immediately understand that patch and I don't recall seeing it
> discussed - maybe I was asleep.
>
> It removes the profile multiplier (readprofile -M). I've used that
> occasionally, but can't say that I noticed much benefit from it.

It's probably required for the i386-timer-broadcast patch from the same
patchset. Apparently some Intel CPUs stop their local APIC timer when in
certain ACPI C-states, so that patch switches them to use an IPI broadcast
from the main timer interrupt instead. Supporting subjiffy profiling
is impossible in that case, so the code was removed.

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