Hi Manuel, Le Wednesday 17 June 2009 09:55:31 Manuel Lauss, vous avez écrit : > Quick fixes for some compile failures which have cropped up > in linus-git in the last 24 hours: > > CC arch/mips/kernel/time.o > In file included from linux-2.6.git/include/linux/bug.h:4, > from linux-2.6.git/arch/mips/kernel/time.c:13: > linux-2.6.git/arch/mips/include/asm/bug.h:10: error: expected '=', ',', > ';', 'asm' or '__attribute__' before 'BUG' > linux-2.6.git/arch/mips/include/asm/bug.h: In function '__BUG_ON': > linux-2.6.git/arch/mips/include/asm/bug.h:26: error: implicit declaration > of function 'BUG' > > CC arch/mips/mm/uasm.o > In file included from linux-2.6.git/arch/mips/mm/uasm.c:21: > linux-2.6.git/arch/mips/include/asm/bugs.h: In function 'check_bugs': > linux-2.6.git/arch/mips/include/asm/bugs.h:34: error: implicit declaration > of function 'smp_processor_id' linux-2.6.git/arch/mips/mm/uasm.c: In > function 'uasm_copy_handler': linux-2.6.git/arch/mips/mm/uasm.c:514: error: > implicit declaration of function 'memcpy' > > Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxx> Thanks for fixing this ! Tested-by: Florian Fainelli <florian@xxxxxxxxxxx>