On Friday 21 December 2007, Geoff Levand wrote: > Arnd Bergmann wrote: > > > arch/powerpc/platforms/cell/spufs -> arch/powerpc/spufs > > arch/powerpc/platforms/cell/spu_{callbacks,base,syscalls,fault,notify}.[co] > > -> arch/powerpc/spufs/{callbacks,base,syscalls,fault,notify}.[co] > > > I think we should consider support for SpursEngine. At the moment I have no > idea of what it needs, and if no one else does we need to find out.
Hmm, since there is not much documentation available for SpursEngine, it's rather hard to tell what needs to be done for it. If we think that it will hit the kernel anytime soon, we could use fs/spufs instead of arch/powerpc/spufs right away. Interestingly, this is where it was initially, but got moved to arch/powerpc/platforms/cell/spufs after a lot of discussion ;-). > It seems platforms/cell should have the shared and/or generic code, and the > other > stuff moved into a new platform directory, but is it worth the effort? There is very little code in platforms/cell that can not be generic, so I think it's not worth splitting it. The only IBM blade specific files are cbe_cpufreq_pmi.c and parts of setup.c and pervasive.c. Everything else could be shared by about any generic implementation without a hypervisor. Arnd <>< _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev