aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@macmini.osdl.org>2006-11-01 10:05:35 -0800
committerLinus Torvalds <torvalds@macmini.osdl.org>2006-11-01 10:06:52 -0800
commitf9dadfa71bc594df09044da61d1c72701121d802 (patch)
treeffbd7d1b53b5393f078476e3dbe78284d7d847d4 /include
parenti386: clean up io-apic accesses (diff)
downloadlinux-dev-f9dadfa71bc594df09044da61d1c72701121d802.tar.xz
linux-dev-f9dadfa71bc594df09044da61d1c72701121d802.zip
i386: write IO APIC irq routing entries in correct order
Since the "mask" bit is in the low word, when we write a new entry, we need to write the high word first, before we potentially unmask it. The exception is when we actually want to mask the interrupt, in which case we want to write the low word first to make sure that the high word doesn't change while the interrupt routing is still active. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions