Skip to content
Commit 168a328f authored by Jiri Kosina's avatar Jiri Kosina Committed by Len Brown
Browse files

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: default avatarJiri Kosina <jikos@jikos.cz>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 786f18c6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment