You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] ia64: drop arch-specific IDE MAX_HWIFS definition
There's no reason MAX_HWIFS needs to be ia64-specific, so set MAX_HWIFS from CONFIG_IDE_MAX_HWIFS. This reduces the default from 10 to 4, but I don't think that's a problem. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-by: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Cc: "Luck, Tony" <tony.luck@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b7bed9ec44
commit
d57d39c812
+2
-2
@@ -52,9 +52,9 @@ config IDE
|
||||
|
||||
if IDE
|
||||
|
||||
config IDE_MAX_HWIFS
|
||||
config IDE_MAX_HWIFS
|
||||
int "Max IDE interfaces"
|
||||
depends on ALPHA || SUPERH
|
||||
depends on ALPHA || SUPERH || IA64
|
||||
default 4
|
||||
help
|
||||
This is the maximum number of IDE hardware interfaces that will
|
||||
|
||||
Reference in New Issue
Block a user