From: Jiri Kosina Date: Thu, 24 Aug 2006 04:36:19 +0000 (-0400) Subject: ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL X-Git-Tag: v2.6.19-rc3~214^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168a328f30e9d1a8bc6ff55c0501e0bdc08bee60;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed