Re: [PATCH 2/3] celleb: add supporting for native CBE

2007-12-06 Thread Arnd Bergmann
On Thursday 06 December 2007, Ishizaki Kou wrote: > > An interesting question still is how close the native celleb machine > > definition is to the one from platforms/cell/setup.c. Maybe it's best > > to have a common machine definition for these two in the end. > > You know celleb-native is betwe

Re: [PATCH 2/3] celleb: add supporting for native CBE

2007-12-05 Thread Ishizaki Kou
Arnd Bergmann <[EMAIL PROTECTED]> wrote: > On Tuesday 04 December 2007, Ishizaki Kou wrote: > > This patch adds supporting for native CBE on Celleb. Many codes in > > platforms/cell/ are used when native CBE environment. > > > > Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> > > Ah, excellent to

Re: [PATCH 2/3] celleb: add supporting for native CBE

2007-12-04 Thread Arnd Bergmann
On Tuesday 04 December 2007, Ishizaki Kou wrote: > This patch adds supporting for native CBE on Celleb.  Many codes in > platforms/cell/ are used when native CBE environment. > > Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> Ah, excellent to hear that this is now working! I'd suggest doing the

[PATCH 2/3] celleb: add supporting for native CBE

2007-12-04 Thread Ishizaki Kou
This patch adds supporting for native CBE on Celleb. Many codes in platforms/cell/ are used when native CBE environment. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> --- Index: linux-powerpc-git/arch/powerpc/platforms/cell/iommu.c ==