• Paul Mundt's avatar
    sh: Disable SCIF2 on the SH-X3 proto CPU. · 15dfdddb
    Paul Mundt authored
    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: default avatarPaul Mundt <lethal@linux-sh.org>
    15dfdddb
entry.S 10.5 KB