]> 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)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 16 Sep 2009 02:30:09 +0000 (21:30 -0500)
commit15fba3279b56333bdb65ead366f82c945ed320d1
treefdfec8225f9a34aa7b8f2cf8f2fa877039a0c550
parent9f00409a9d04cf533305531da32437130802f3a3
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