]> www.infradead.org Git - users/hch/misc.git/commit
scsi: make imm depend on !HIGHMEM
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Apr 2025 14:35:51 +0000 (09:35 -0500)
committerChristoph Hellwig <hch@lst.de>
Wed, 30 Apr 2025 14:57:43 +0000 (09:57 -0500)
commit46af6bb4d684288dddcd2f7496d4bb700e40df58
treef6303070354c3be8a18ee7ff1c9690f5b768b294
parent4577daa901c821ccc50b8c59cb51d9824029b00b
scsi: make imm depend on !HIGHMEM

This is one of the last drivers depending on the block layer bounce
buffering code.  Restrict it to run on non-highmem configs so that the
bounce buffering code can be removed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/Kconfig
drivers/scsi/imm.c