On Thu, Sep 26, 2013 at 06:08:22PM +0200, Ralf Baechle wrote: > In any case that could have broken PowerTV which does the following: > > if (cpu_has_veic || cpu_has_vint) { > int nvec = cpu_has_veic ? 64 : 8; > for (i = 0; i < nvec; i++) > set_vi_handler(i, asic_irqdispatch); > } > > Nobody from PowerTV complained. Time to sharpen the axe! Ok… Of course it didn't break PowerTV - but I was getting pretty triggerhappy about that platform anyway. So while I've queued the patch to remove PowerTV support, I'm more than happy to remove it again if somebody shows up and promises to test and take care of the platform. And such threats seem to work most efficient with the proper patch bomb attached. That of course doesn't affect your patch which I'm going to apply. Ralf