diff options
author | Pavel Machek <pavel@suse.cz> | 2008-11-25 12:05:08 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-11-26 17:39:06 -0500 |
commit | 40599072dca3ec7d4c9ff8271978be169f974638 (patch) | |
tree | c7a4f34e547aadb47644f57bb1c96a8ad9c24689 /drivers/acpi/sleep | |
parent | 558073dd56707864f09d563b64e7c37c021e89d2 (diff) |
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')
0 files changed, 0 insertions, 0 deletions