diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-11-27 22:17:40 +1100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-12-05 21:05:09 -0500 |
commit | 84e46978b91f387d5d153f7f76ddc87471f4a52c (patch) | |
tree | 06e4a90ef12c378b2fe58a98e5796e05b97162f3 /drivers/scsi/isci/task.c | |
parent | 712b3f43ba0e5f86db69cf601ffb06085c606642 (diff) | |
download | linux-84e46978b91f387d5d153f7f76ddc87471f4a52c.tar.gz linux-84e46978b91f387d5d153f7f76ddc87471f4a52c.tar.bz2 linux-84e46978b91f387d5d153f7f76ddc87471f4a52c.zip |
scsi: ipr: Remove obsolete check for old CPUs
The IPR driver has a routine to check whether it's running on certain CPU
versions and if so whether the adapter is supported on that CPU.
But none of the CPUs it checks for are supported by Linux anymore.
The most recent CPU it checks for is Power4+ which was removed in commit
471d7ff8b51b ("powerpc/64s: Remove POWER4 support").
So drop the check. That makes the "testmode" module parameter unused, so
remove it as well.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20231127111740.1288463-1-mpe@ellerman.id.au
Acked-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/isci/task.c')
0 files changed, 0 insertions, 0 deletions