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)
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>

No differences found