commit | a3701ca48763bbc681ee8db3d203827975849185 | [log] [tgz] |
---|---|---|
author | Pete Popov <ppopov@embeddedalley.com> | Sun Mar 13 08:19:05 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:30:56 2005 +0100 |
tree | 9677ce80fb2dd3db49394665ddd1ca4f3bf8f2d5 | |
parent | 90a67b5909ed39425fd2402b2b4c46ef1372b300 [diff] |
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 <ralf@linux-mips.org>