Commit 168a328f30e9d1a8bc6ff55c0501e0bdc08bee60
Committed by
Len Brown
1 parent
786f18c666
Exists in
master
and in
7 other branches
ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL
acpi_pci_link_set() allocates both with interrupts on and with interrupts off (resume-time), so check interrupts and decide on GFP_ATOMIC or GFP_KERNEL at run-time. Signed-off-by: Jiri Kosina <jikos@jikos.cz> Signed-off-by: Len Brown <len.brown@intel.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/acpi/pci_link.c