x86-64: clean up io-apic accesses
authorLinus Torvalds <torvalds@merom.osdl.org>
Wed, 8 Nov 2006 18:23:03 +0000 (10:23 -0800)
committerLinus Torvalds <torvalds@merom.osdl.org>
Wed, 8 Nov 2006 18:23:03 +0000 (10:23 -0800)
commit6c0ffb9d2fd987c79c6cbb81c3f3011c63749b1a
treeae135f5fcc6ab29f3fc0d057f4a9c10e5be58cbf
parent464908d7e2a9f77cb50ee905cda8a59e5b4e50e4
x86-64: clean up io-apic accesses

This is just commit 130fe05dbc0114609cfef9815c0c5580b42decfa ported to
x86-64, for all the same reasons.  It cleans up the IO-APIC accesses in
order to then fix the ordering issues.

We move the accessor functions (that were only used by io_apic.c) out of
a header file, and use proper memory-mapped accesses rather than making
up our own "volatile" pointers.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/io_apic.c
include/asm-x86_64/io_apic.h