On Wed, Oct 22, 2003 at 12:09:32AM +0100, Matthew Wilcox wrote: > Can you delete next time you merge? Thanks. > > $ find -type f |xargs grep smplock.h > ./arch/mips/sibyte/sb1250/bcm1250_tbprof.c:#include <asm/smplock.h> > ./include/asm-h8300/smplock.h: * <asm/smplock.h> > ./include/asm-um/smplock.h:#include "asm/arch/smplock.h" > $ find -name smplock.h > ./include/asm-h8300/smplock.h > ./include/asm-mips/smplock.h > ./include/asm-um/smplock.h > > (the sibyte driver can just lose this line. it doesn't do any SMP locking) Thanks, zapped on MIPS. Ralf