commit | e12f65f7a49905c013263ac522af224892aafc00 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat Jul 25 18:14:37 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Sep 13 11:12:07 2011 +0200 |
tree | 8dd3f687e468cbc93b6a6bfb0e37342096c84efd | |
parent | 2d21a29fb62f142b8a62496700d8d82a6a8fd783 [diff] |
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>