From: Bartlomiej Zolnierkiewicz Date: Thu, 24 Jul 2008 20:53:30 +0000 (+0200) Subject: ide: define MAX_HWIFS in X-Git-Tag: v2.6.27-rc1~509^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d83b8b85cd56a083d30df73f3fd5e4714591b910;p=pandora-kernel.git ide: define MAX_HWIFS in * Now that ide_hwif_t instances are allocated dynamically the difference between MAX_HWIFS == 2 and MAX_HWIFS == 10 is ~100 bytes (x86-32) so use MAX_HWIFS == 10 on all archs except these ones that use MAX_HWIFS == 1. * Define MAX_HWIFS in instead of . [ Please note that avr32/cris/v850 have no and alpha/ia64/sh always define CONFIG_IDE_MAX_HWIFS. ] Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed