commit | 130fe05dbc0114609cfef9815c0c5580b42decfa | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@macmini.osdl.org> | Wed Nov 01 09:11:00 2006 -0800 |
committer | Linus Torvalds <torvalds@macmini.osdl.org> | Wed Nov 01 09:11:00 2006 -0800 |
tree | 1af977ef76bb369bfb5009c30bde7c495591bc98 | |
parent | 4b1c46a383aafc137bc91a0f9698bfc11e062d1b [diff] |
i386: clean up io-apic accesses This is preparation for fixing the ordering of the accesses that got broken by the commit cf4c6a2f27f5db810b69dcb1da7f194489e8ff88 when factoring out the "common" io apic routing entry accesses. Move the accessor function (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>