From: Bartlomiej Zolnierkiewicz Date: Tue, 15 Jul 2008 19:21:48 +0000 (+0200) Subject: ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag X-Git-Tag: v2.6.27-rc1~1078^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a410e79b552bacb4481f85618aa7333b7776ed7;p=pandora-kernel.git ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag Always call SELECT_MASK(..., 0) in ide_tf_load() (needs to be done to match ide_set_irq(..., 1)) and then remove IDE_TFLAG_NO_SELECT_MASK taskfile flag. This change should only affect hpt366 and icside host drivers since ->maskproc(..., 0) for sgiioc4 is equivalent to ide_set_irq(..., 1). Cc: Sergei Shtylyov Cc: Russell King Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed