scsi: hisi_sas: Drop kmap_atomic() in SMP command completion
authorJohn Garry <john.garry@huawei.com>
Mon, 5 Aug 2019 13:48:06 +0000 (21:48 +0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 8 Aug 2019 02:13:15 +0000 (22:13 -0400)
commit1c003146c64bb3ae86f1a08d73a7e4551d7cd04a
tree85a6e273269a569e7fd9e4a4cac5be8d9572a022
parent599aefc81effaaf78c02d44461f7157f22ee3b1d
scsi: hisi_sas: Drop kmap_atomic() in SMP command completion

The call to kmap_atomic() in the SMP command completion code is
unnecessary, since kmap() is only really concerned with highmem, which is
not relevant on arm64. The controller only finds itself in arm64 systems.

Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/hisi_sas/hisi_sas_v1_hw.c
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
drivers/scsi/hisi_sas/hisi_sas_v3_hw.c