locking, x86, iommu: Annotate qi->q_lock as raw
[deliverable/linux.git] / include / linux / intel-iommu.h
index 19728c462399040da731a3d79c0990244a513f3e..8b9b5d365f4e16728b564741a0bfd49b470319e8 100644 (file)
@@ -271,7 +271,7 @@ struct qi_desc {
 };
 
 struct q_inval {
-       spinlock_t      q_lock;
+       raw_spinlock_t  q_lock;
        struct qi_desc  *desc;          /* invalidation queue */
        int             *desc_status;   /* desc status */
        int             free_head;      /* first free entry */
This page took 0.027841 seconds and 5 git commands to generate.