diff options
author | Alexey Starikovskiy <astarikovskiy@suse.de> | 2008-09-25 13:40:30 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-22 23:14:41 -0400 |
commit | 8bd108d14604d9c95000751e6c6ecbd11ea6ed40 (patch) | |
tree | af101e1f12330fe76d5a973851ea84fb1c2eb220 /include/acpi/acmacros.h | |
parent | eec935490172dbfa1a32647f9deb2b66a66f2741 (diff) |
ACPICA: add preemption point after each opcode parse
Reference: http://marc.info/?l=linux-acpi&m=122236382701062&w=2
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Tested-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acmacros.h')
-rw-r--r-- | include/acpi/acmacros.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/acpi/acmacros.h b/include/acpi/acmacros.h index 2106f9136cce..a1e3240bf460 100644 --- a/include/acpi/acmacros.h +++ b/include/acpi/acmacros.h | |||
@@ -685,4 +685,9 @@ struct acpi_integer_overlay { | |||
685 | 685 | ||
686 | #endif /* ACPI_DBG_TRACK_ALLOCATIONS */ | 686 | #endif /* ACPI_DBG_TRACK_ALLOCATIONS */ |
687 | 687 | ||
688 | /* Preemption point */ | ||
689 | #ifndef ACPI_PREEMPTION_POINT | ||
690 | #define ACPI_PREEMPTION_POINT() /* no preemption */ | ||
691 | #endif | ||
692 | |||
688 | #endif /* ACMACROS_H */ | 693 | #endif /* ACMACROS_H */ |