diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-01-26 14:34:45 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:30 +0200 |
commit | acb792b101fd685262c93b75ebe4c033f2d2c079 (patch) | |
tree | ab0793345dafd658eda7c23d1f15d282588f8132 /ChangeLog | |
parent | b946deee920ef00d65d675ad5d0b6e44884e5c62 (diff) |
2006-01-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
* linux/dev/arch/i386/kernel/irq.c (linux_intr): Disable interrupts
if the driver requested it through request_irq().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-01-26 Samuel Thibault <samuel.thibault@ens-lyon.org> + * linux/dev/arch/i386/kernel/irq.c (linux_intr): Disable interrupts + if the driver requested it through request_irq(). + * linux/dev/drivers/block/ide.c (read_intr): Set the IRQ handler before issuing a request. (write_intr): Likewise. |