From: Thomas Gleixner Date: Tue, 19 Jul 2011 14:19:51 +0000 (+0200) Subject: locking, x86, iommu: Annotate iommu->register_lock as raw X-Git-Tag: v3.2-rc1~166^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f5b3c3fd2d73d6b30e9ef6dcbf131a791d5cbbd;p=pandora-kernel.git locking, x86, iommu: Annotate iommu->register_lock as raw The iommu->register_lock can be taken in atomic context and therefore must not be preempted on -rt - annotate it. 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed