Commit cf3d66ac authored by Thomas Gleixner's avatar Thomas Gleixner

acpi: Do not disable interrupts on PREEMPT_RT

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 93bc5d1d
......@@ -50,8 +50,8 @@
#define ACPI_ASM_MACROS
#define BREAKPOINT3
#define ACPI_DISABLE_IRQS() local_irq_disable()
#define ACPI_ENABLE_IRQS() local_irq_enable()
#define ACPI_DISABLE_IRQS() local_irq_disable_nort()
#define ACPI_ENABLE_IRQS() local_irq_enable_nort()
#define ACPI_FLUSH_CPU_CACHE() wbinvd()
int __acpi_acquire_global_lock(unsigned int *lock);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment