Pavel Machek 40599072dc 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>
2008-11-26 17:39:06 -05:00
..
2008-11-11 21:17:26 -05:00
2008-11-11 21:14:49 -05:00
2008-10-22 23:33:29 -04:00
2008-11-11 21:17:26 -05:00
2008-10-22 23:33:29 -04:00
2008-11-11 21:15:50 -05:00
2008-10-22 23:33:29 -04:00
2008-02-07 03:33:23 -05:00
2008-07-16 23:27:07 +02:00
2008-11-11 21:14:15 -05:00
2008-10-23 00:11:07 -04:00
2008-10-22 23:33:29 -04:00
2008-11-11 21:17:26 -05:00
2008-11-11 21:14:49 -05:00
2008-11-11 21:15:50 -05:00