On Thu, Nov 05, 2009 at 05:48:43PM +0800, Wu Zhangjin wrote: > > I thought the Loongson 2E/2F were MIPS64 Release 1 compatible? > > > > They told me MIPS III, but added MMX instruction set ;) Just when I thought MIPS III was on the way out ;-) > > You're ifdefing on Loongson 2F - doesn't that mean that you can't have a > > kernel that supports both Loongson 2E and 2F? > > > > Currently, not consider it yet;) It's a little hard to cope with, should > we consider it at this moment? if yes, I will try it with the help of > exisiting machtype asap. but I think it's better to let it be the future > job ;) Fair enough - though I'm sure Linux distributions would be happy to have one kernel variant less to ship. > > static struct irqaction __maybe_unused dma_timeout_irqaction = { > > [...] > > }; > > > > okay, will apply it later. Thanks. Ralf