Skip to content

Commit

Permalink
Merge branch 'bugzilla-14483' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Jan 20, 2010
2 parents 093e296 + c084ca7 commit 378fa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/acpi/platform/aclinux.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static inline void *acpi_os_acquire_object(acpi_cache_t * cache)
#include <linux/hardirq.h>
#define ACPI_PREEMPTION_POINT() \
do { \
if (!in_atomic_preempt_off()) \
if (!in_atomic_preempt_off() && !irqs_disabled()) \
cond_resched(); \
} while (0)

Expand Down

0 comments on commit 378fa82

Please sign in to comment.