Commit 39c04aeb authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] ppc64: Bump MAX_HWIFS in IDE code

When fully configured, some POWER5 boxes can have much more than 4 IDE
interfaces.  Increase the limit to reflect this.
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent aad83f9d
......@@ -19,7 +19,7 @@
#ifdef __KERNEL__
#ifndef MAX_HWIFS
# define MAX_HWIFS 4
# define MAX_HWIFS 10
#endif
#define IDE_ARCH_OBSOLETE_INIT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment