From: Pete Popov Date: Sun, 13 Mar 2005 08:19:05 +0000 (+0000) Subject: When CONFIG_PM is enabled, it uses the TOY_MATCH2 interrupt as the system X-Git-Tag: v2.6.15-rc1~731^2~1^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3701ca48763bbc681ee8db3d203827975849185;p=pandora-kernel.git When CONFIG_PM is enabled, it uses the TOY_MATCH2 interrupt as the system timer tick. Prior to this patch, if IDE IRQ probing occured, then the TOY_MATCH2 interrupt would be permanently disabled, and no system timer tick occurs. This patch corrects this situation by correctly registering the TOY_MATCH2 interrupt so that IDE IRQ probing doesn't have adverse side effects. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed