From: Bartlomiej Zolnierkiewicz Date: Wed, 14 Jan 2009 18:19:02 +0000 (+0100) Subject: ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal X-Git-Tag: v2.6.29-rc2~81^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b896033aa2781d36b2d3f756fe70325fc8487e2;p=pandora-kernel.git ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal commit 54cc1428cfa619e16d75baae8cb041a2eff015f0 ("ide: remove local_irq_set() macro") accidentally replaced local_save_flags() by local_irq_set() in ide_probe_port() and __ide_wait_stat() which resulted in LOCKDEP breakage. Reported-by: Larry Finger Tested-by: Larry Finger Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed