Hi, On Wed, May 27, 2009 at 03:08:55AM +0800, wuzhangjin@xxxxxxxxx wrote: > From: Wu Zhangjin <wuzj@xxxxxxxxxx> > --- /dev/null > +++ b/arch/mips/include/asm/clock.h > @@ -0,0 +1,64 @@ > +#ifndef __ASM_MIPS_CLOCK_H > +#define __ASM_MIPS_CLOCK_H [...] > + > +#endif /* __ASM_MIPS_CLOCK_H */ Please move this to your mach-loongson subdirectory since it is currently specific to lemote cpus. (I have a similar clock framework for Alchemy, also based on the sh port, but with a few extensions specific to the nature of the alchemy clock generators. Maybe we could merge some aspects in the future). Manuel Lauss