On Mon, 19 Aug 2019 13:48:49 -0400 Tony Krowiak <akrowiak@xxxxxxxxxxxxx> wrote: > When an AP queue is reset (zeroized), interrupts are disabled. The queue > reset function currently tries to disable interrupts unnecessarily. This patch > removes the unnecessary calls to disable interrupts after queue reset. > > Signed-off-by: Tony Krowiak <akrowiak@xxxxxxxxxxxxx> > --- > drivers/s390/crypto/vfio_ap_ops.c | 21 +++++++++++++++++---- > 1 file changed, 17 insertions(+), 4 deletions(-) Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>