summaryrefslogtreecommitdiff
path: root/drivers/acpi/sleep/main.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@suse.cz>2008-11-25 11:05:08 (GMT)
committerLen Brown <len.brown@intel.com>2008-11-26 22:39:06 (GMT)
commit40599072dca3ec7d4c9ff8271978be169f974638 (patch)
treec7a4f34e547aadb47644f57bb1c96a8ad9c24689 /drivers/acpi/sleep/main.c
parent558073dd56707864f09d563b64e7c37c021e89d2 (diff)
downloadlinux-fsl-qoriq-40599072dca3ec7d4c9ff8271978be169f974638.tar.xz
ACPI: scheduling in atomic via acpi_evaluate_integer ()
Now I know why I had strange "scheduling in atomic" problems: acpi_evaluate_integer() does malloc(..., irqs_disabled() ? GFP_ATOMIC : GFP_KERNEL)... which is (of course) broken. There's no way to reliably tell if we need GFP_ATOMIC or not from code, this one for example fails to detect spinlocks held. Fortunately, allocation seems small enough to be done on stack. Signed-off-by: Pavel Machek <pavel@suse.cz> Acked-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/sleep/main.c')
0 files changed, 0 insertions, 0 deletions