RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQ
authorWeihang Li <liweihang@huawei.com>
Fri, 5 Feb 2021 08:37:58 +0000 (16:37 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Fri, 5 Feb 2021 16:03:07 +0000 (12:03 -0400)
commitb53005d66bb0c3939790d89702333f89ce556c5b
treeecf6f3327d395ca59c0d84ab2fa0b4eac34ef2c7
parentd6fd59e14ed2975d9b372876c45a09d76d1e70c9
RDMA/pvrdma: Replace spin_lock_irqsave with spin_lock in hard IRQ

There is no need to do irqsave and irqrestore in context of hard IRQ.

Link: https://lore.kernel.org/r/1612514278-49220-1-git-send-email-liweihang@huawei.com
Signed-off-by: Weihang Li <liweihang@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/vmw_pvrdma/pvrdma_main.c