From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:30 +0000 (+0200) Subject: [PATCH] i386: Factor out common io apic routing entry access X-Git-Tag: v2.6.19-rc1~1077^2~170 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf4c6a2f27f5db810b69dcb1da7f194489e8ff88;p=pandora-kernel.git [PATCH] i386: Factor out common io apic routing entry access The IO APIC code had lots of duplicated code to read/write 64bit routing entries into the IO-APIC. Factor this out int common read/write functions In a few cases the IO APIC lock is taken more often now, but this isn't a problem because it's all initialization/shutdown only slow path code. Similar to earlier x86-64 patch. Includes a fix by Jiri Slaby for a mistake that broke resume Signed-off-by: Andi Kleen --- Reading git-diff-tree failed