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/pci.txt | |
parent | 65ca68b30073473583f6ca2f463cbd94ade43ddb (diff) | |
download | op-kernel-dev-6ce6c7faf2d0fede5e1530b0f731a90f138fd69e.zip op-kernel-dev-6ce6c7faf2d0fede5e1530b0f731a90f138fd69e.tar.gz |
[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/pci.txt')
-rw-r--r-- | Documentation/pci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pci.txt b/Documentation/pci.txt index 3242e5c..2b395e4 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt @@ -225,7 +225,7 @@ Generic flavors of pci_request_region() are request_mem_region() Use these for address resources that are not described by "normal" PCI interfaces (e.g. BAR). - All interrupt handlers should be registered with SA_SHIRQ and use the devid + All interrupt handlers should be registered with IRQF_SHARED and use the devid to map IRQs to devices (remember that all PCI interrupts are shared). |