commit | fd16230a05751af5a221a1f1c988bb519fd66679 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@kernel.crashing.org> | Sat Apr 16 15:24:23 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 16 15:24:23 2005 -0700 |
tree | dbe3fd46c4bbe02a96d97e2599733287f455cfd3 | |
parent | f50b153b1966230e78034d5ab1641ca4bb5db56d [diff] |
[PATCH] ppc32: Fix mpc8xx watchdog The CONFIG_8xx_WDT option got broken in the generic hardirq update as ppc32 had its own different request_irq that worked when other arches used setup_irq. This is the trivial fix for the problem. From: Carsten Juttner <carjay@gmx.net> Signed-off-by: Tom Rini <trini@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>