]> git.baikalelectronics.ru Git - kernel.git/commit
i386: clean up io-apic accesses
authorLinus Torvalds <torvalds@macmini.osdl.org>
Wed, 1 Nov 2006 17:11:00 +0000 (09:11 -0800)
committerLinus Torvalds <torvalds@macmini.osdl.org>
Wed, 1 Nov 2006 17:11:00 +0000 (09:11 -0800)
commite9984a0a4642e2d279a0f73434b80100086843d6
tree1af977ef76bb369bfb5009c30bde7c495591bc98
parentef97757ef452c1edd55eee84a2a3b3bddaaed93f
i386: clean up io-apic accesses

This is preparation for fixing the ordering of the accesses that
got broken by the commit 627def8b0d2cd55ab9fc8fee0330aae4b518c145 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>
arch/i386/kernel/io_apic.c
include/asm-i386/io_apic.h