diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c b/drivers/scsi/mpt3sas/mpt3sas_base.c index c38e6894320548..b5a7f4dc845e7b 100644 --- a/drivers/scsi/mpt3sas/mpt3sas_base.c +++ b/drivers/scsi/mpt3sas/mpt3sas_base.c @@ -4091,7 +4091,8 @@ _base_mpi_ep_writeq(__u64 b, volatile void __iomem *addr, * care of 32 bit environment where its not quarenteed to send the entire word * in one transfer. */ -#if defined(writeq) && defined(CONFIG_64BIT) +//#if defined(writeq) && defined(CONFIG_64BIT) +#if 0 // See: https://github.com/raspberrypi/linux/issues/4158 static inline void _base_writeq(__u64 b, volatile void __iomem *addr, spinlock_t *writeq_lock) {