From: Andrew Morton Date: Mon, 31 Oct 2005 22:08:53 +0000 (-0800) Subject: [PATCH] revert ide-scsi highmem cleanup X-Git-Tag: v2.6.15-rc1~18^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a717f77362d4fe044721c126c89e2a38e731a576;p=pandora-kernel.git [PATCH] revert ide-scsi highmem cleanup Jeff Garzik points out that this was wrong: we need to disable local interrupts while holding KM_IRQ0 due to IRQ sharing. And holding interrupts off during a big PIO opration is expensive, so we only want to do that if we know the page was highmem. So revert commit 17fd47ab4d33e764216b87006d8118fa050b4c92 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed