]> git.ipfire.org Git - thirdparty/linux.git/commit
s390/pci: Get rid of MACHINE_HAS_PCI_MIO
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 7 Feb 2025 14:48:58 +0000 (15:48 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Mar 2025 16:18:06 +0000 (17:18 +0100)
commita1a8da0dec77e0149b482698a2c1daab3a02ef7a
tree00b2806b47a302162551dfbb8421c7263cbf26e6
parente4da8249cf1e2aac1f2ca3d8bbe6c7589b4a7a13
s390/pci: Get rid of MACHINE_HAS_PCI_MIO

Remove MACHINE_FLAG_PCI_MIO/MACHINE_HAS_PCI_MIO and implement the identical
functionality with set_machine_feature(), clear_machine_feature() and
test_machine_feature().

Acked-by: Niklas Schnelle <schnelle@linux.ibm.com>
Tested-by: Niklas Schnelle <schnelle@linux.ibm.com>
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/startup.c
arch/s390/include/asm/machine.h
arch/s390/include/asm/setup.h
arch/s390/kernel/early.c
arch/s390/kernel/processor.c
arch/s390/pci/pci.c