aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/acglobal.h
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2018-04-25 16:28:26 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2018-05-10 17:18:45 +0200
commitc3052594c8ded984ceab3725f63990dfdea1e58f (patch)
tree5971f70a7f1b4109e1c008a6e919b038a186ccb6 /drivers/acpi/acpica/acglobal.h
parentLinux 4.17-rc4 (diff)
downloadlinux-dev-c3052594c8ded984ceab3725f63990dfdea1e58f.tar.xz
linux-dev-c3052594c8ded984ceab3725f63990dfdea1e58f.zip
ACPICA: provide abstraction for raw_spinlock_t
Provide a new lock type acpi_raw_spinlock which is implemented as raw_spinlock_t on Linux. This type should be used in code which covers small areas of code and disables interrupts only for short time even on a realtime OS. There is a fallback to spinlock_t if an OS does not provide an implementation for acpi_raw_spinlock. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acglobal.h')
0 files changed, 0 insertions, 0 deletions