commit | eea0e11c1f0d6ef89e64182b2f1223a4ca2b74a2 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Sep 26 10:52:30 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:30 2006 +0200 |
tree | 83d9513a49194e07142505bb4e3d7bf2e5da827b | |
parent | c1a58b42b428e717afbbb298356e041cea54ad17 [diff] |
[PATCH] 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. Signed-off-by: Andi Kleen <ak@suse.de>