Re: [PATCH] powerpc, scc: duplicate SCC_UHC_USBCEN

2008-08-19 Thread Kou Ishizaki
{ > - const u32 mask = SCC_UHC_USBCEN | SCC_UHC_USBCEN; > + const u32 mask = SCC_UHC_USBCEN | SCC_UHC_USBEN; > return((val & mask) == mask); > } > > ___ > Linuxppc-dev mailing list > Linuxppc-dev@ozl

[PATCH] cell: fix section mismatch warnings

2008-05-14 Thread Kou Ishizaki
reference from the function .cell_setup_phb() to the function .init.text:.io_workaround_init() Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/io-workarounds.c |6 +++--- arch/powerpc/platforms/cell/io-workarounds.h |6 +++--- 2 files changed, 6 inse

[PATCH 8/9] celleb: move miscellaneous files for Beat

2008-04-24 Thread kou . ishizaki
This patch moves miscellaneous files for Beat into platforms/cell/. All files in this patch are used by celleb-beat only. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/Makefile |1 arch/power

Re: [PATCH 1/7] PowerPC64: Not to insert EA=0 entry at

2007-09-27 Thread kou . ishizaki
r now? I believe setting get_paca()->kstack properly will solve this problem. Do you have any idea? > Also, I did not get a patch 4/7 and 5/7. Did you send them to > some other mailing list, or did they get lost on the way? I don't have them too. It seems that they are lost. I resent the

Re: [PATCH] [POWERPC] Fix section mismatch references to

2007-08-01 Thread kou . ishizaki
xt+0x5eba8): Section mismatch: reference to .init.text:.free_bootmem (between '.celleb_setup_phb' and '.celleb_fake_pci_write_config') > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> There is no problem in this patch for Celleb platfor