commit | 6c0ffb9d2fd987c79c6cbb81c3f3011c63749b1a | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@merom.osdl.org> | Wed Nov 08 10:23:03 2006 -0800 |
committer | Linus Torvalds <torvalds@merom.osdl.org> | Wed Nov 08 10:23:03 2006 -0800 |
tree | ae135f5fcc6ab29f3fc0d057f4a9c10e5be58cbf | |
parent | 464908d7e2a9f77cb50ee905cda8a59e5b4e50e4 [diff] |
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>