]> asedeno.scripts.mit.edu Git - linux.git/commit
EDAC, altera: Add IRQ Flags to disable IRQ while handling
authorThor Thayer <tthayer@opensource.altera.com>
Thu, 22 Sep 2016 22:13:39 +0000 (17:13 -0500)
committerBorislav Petkov <bp@suse.de>
Fri, 23 Sep 2016 10:03:34 +0000 (12:03 +0200)
commita29d64a45eed1ee0d4ac90335da79ad1a9a0990d
tree6d116a2c7fcb3e8486978739551a5187d70f475c
parent3763569f4c86ff3ea224c822821a4313c9cadde9
EDAC, altera: Add IRQ Flags to disable IRQ while handling

Add the IRQF_ONESHOT and IRQF_TRIGGER_HIGH flags to disable the IRQ
while executing the IRQ handler. Remove the IRQF_SHARED because these
are not shared IRQs in the domain. Exposed when flooding IRQs.

Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
Cc: linux-edac <linux-edac@vger.kernel.org>
Link: http://lkml.kernel.org/r/1474582419-7053-2-git-send-email-tthayer@opensource.altera.com
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/altera_edac.c