mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-12 05:48:39 +08:00
ACPICA: Don't switch task then not allowed
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
326ba5010a
commit
138d15692b
@ -149,10 +149,10 @@ static inline void *acpi_os_acquire_object(acpi_cache_t * cache)
|
|||||||
#define ACPI_FREE(a) kfree(a)
|
#define ACPI_FREE(a) kfree(a)
|
||||||
|
|
||||||
/* Used within ACPICA to show where it is safe to preempt execution */
|
/* Used within ACPICA to show where it is safe to preempt execution */
|
||||||
|
#include <linux/hardirq.h>
|
||||||
#define ACPI_PREEMPTION_POINT() \
|
#define ACPI_PREEMPTION_POINT() \
|
||||||
do { \
|
do { \
|
||||||
if (!irqs_disabled()) \
|
if (!in_atomic_preempt_off()) \
|
||||||
cond_resched(); \
|
cond_resched(); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user