sh: Disable SCIF2 on the SH-X3 proto CPU.
authorPaul Mundt <lethal@linux-sh.org>
Sun, 18 Oct 2009 06:13:28 +0000 (15:13 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 18 Oct 2009 06:13:28 +0000 (15:13 +0900)
commit15dfdddbf0c2be680d5d2fe2bbe3aad3dba3cf0e
tree6bbd498194abbb1b3a5c9753705e8228948d8a1f
parent03fdb708926d5df2d9b9e62222c1666e20caa9e3
sh: Disable SCIF2 on the SH-X3 proto CPU.

SCIF2 and the FPU exceptions happen to share vector numbers, one in
EXPEVT and the other in INTEVT. This is a violation of the interface and
should have never made it in to silicon. On top of that, the demux hack
that was added for special dispatch is rather error prone, and introduces
more problems than it solves. Kill all of it off, and just refuse to deal
with SCIF2 outright.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh3/entry.S
arch/sh/kernel/cpu/sh4a/setup-shx3.c
arch/sh/kernel/traps_32.c