]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc/85xx: Disable all async interrupt sources when we boot
authorKumar Gala <galak@kernel.crashing.org>
Fri, 11 Sep 2009 20:28:41 +0000 (15:28 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:29 +0000 (09:04 -0500)
commitf8d7b56e003fe19f37d4e9e326df9e9024a052b0
tree2d6eeaf2939c50d0511643567211b4151eb5b9b8
parent002ebefddcf7589307aec95947f0133fd53958c6
ppc/85xx: Disable all async interrupt sources when we boot

We should make sure to clear MSR[ME, CE, DE] when we boot an OS image
since we have changed the exception vectors and the OSes vectors might
not be setup we should avoid async interrupts at all costs.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/cpu_init.c