locking, ACPI: Annotate c3_lock as raw
authorThomas Gleixner <tglx@linutronix.de>
Sat, 25 Jul 2009 16:14:37 +0000 (18:14 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 13 Sep 2011 09:12:07 +0000 (11:12 +0200)
commite12f65f7a49905c013263ac522af224892aafc00
tree8dd3f687e468cbc93b6a6bfb0e37342096c84efd
parent2d21a29fb62f142b8a62496700d8d82a6a8fd783
locking, ACPI: Annotate c3_lock as raw

We cannot preempt this lock on -rt as we are in an
interrupt disabled region and about to go into deep sleep.

In mainline this change documents the low level nature of
the lock - otherwise there's no functional difference. Lockdep
and Sparse checking will work as usual.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Len Brown <len.brown@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
drivers/acpi/processor_idle.c