diff options
author | 2018-04-25 16:28:26 +0200 | |
---|---|---|
committer | 2018-05-10 17:18:45 +0200 | |
commit | c3052594c8ded984ceab3725f63990dfdea1e58f (patch) | |
tree | 5971f70a7f1b4109e1c008a6e919b038a186ccb6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 4.17-rc4 (diff) | |
download | linux-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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions