X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fpci.txt;h=2b395e478961ca6606a97dfce813c0da91346317;hb=12cbbd95e12e911b43afae7f6f4850f616223642;hp=3242e5c1ee9cc27330a03494a1f1d48e50cb7300;hpb=eaa8568901b3164197ce727c4c9b4067383e526c;p=linux-2.6 diff --git a/Documentation/pci.txt b/Documentation/pci.txt index 3242e5c1ee..2b395e4789 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).