From: Jason Gunthorpe Date: Fri, 5 Oct 2012 08:07:15 +0000 (+0000) Subject: powerpc: Enable the Watchdog vector for 405 X-Git-Tag: v3.9-rc1~100^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e18c17adf32b86474fd903071b0181de9334bd4;p=pandora-kernel.git powerpc: Enable the Watchdog vector for 405 The watchdog and FIT code has been #if 0'd for ever, if the CPU takes an exception to either of those vectors it will jump into the middle of the PIT or Data TLB code and surely crash. At least some (all?) 405 cores have both the WDT and FIT vectors defined, so lets have proper entry points for them. Tested that the WDT vector works on a 405F6 core. Signed-off-by: Jason Gunthorpe Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed