diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2006-07-01 19:29:47 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-07-02 13:58:55 -0700 |
commit | 6ce6c7faf2d0fede5e1530b0f731a90f138fd69e (patch) | |
tree | eead4459ad413d88c342fcbf3470b0ac16225608 /Documentation/scsi | |
parent | 65ca68b30073473583f6ca2f463cbd94ade43ddb (diff) | |
download | linux-3.10-6ce6c7faf2d0fede5e1530b0f731a90f138fd69e.tar.gz linux-3.10-6ce6c7faf2d0fede5e1530b0f731a90f138fd69e.tar.bz2 linux-3.10-6ce6c7faf2d0fede5e1530b0f731a90f138fd69e.zip |
[PATCH] irq-flags: documentation: Use the new IRQF_ constants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/scsi')
-rw-r--r-- | Documentation/scsi/tmscsim.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scsi/tmscsim.txt b/Documentation/scsi/tmscsim.txt index e165229adf5..df7a02bfb5b 100644 --- a/Documentation/scsi/tmscsim.txt +++ b/Documentation/scsi/tmscsim.txt @@ -109,7 +109,7 @@ than the 33.33 MHz being in the PCI spec. If you want to share the IRQ with another device and the driver refuses to do so, you might succeed with changing the DC390_IRQ type in tmscsim.c to -SA_SHIRQ | SA_INTERRUPT. +IRQF_SHARED | IRQF_DISABLED. 3.Features |