From: Zachary Amsden Date: Wed, 2 May 2007 17:27:16 +0000 (+0200) Subject: [PATCH] i386: Convert VMI timer to use clock events X-Git-Tag: v2.6.22-rc1~1011^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0bb8643974397a8d36670e06e6a54bb84f3289f;p=pandora-kernel.git [PATCH] i386: Convert VMI timer to use clock events Convert VMI timer to use clock events, making it properly able to use the NO_HZ infrastructure. On UP systems, with no local APIC, we just continue to route these events through the PIT. On systems with a local APIC, or SMP, we provide a single source interrupt chip which creates the local timer IRQ. It actually gets delivered by the APIC hardware, but we don't want to use the same local APIC clocksource processing, so we create our own handler here. Signed-off-by: Zachary Amsden Signed-off-by: Andi Kleen CC: Dan Hecht CC: Ingo Molnar CC: Thomas Gleixner --- Reading git-diff-tree failed