On Sat, 23 Jul 2011, hermann wrote: > Hi > > Build fail here with > > CC arch/x86/kernel/early_printk.o > arch/x86/kernel/early_printk.c:188:17: error: conflicting types for > ‘early_vprintk’ > include/linux/printk.h:95:13: note: previous declaration of > ‘early_vprintk’ was here > make[3]: *** [arch/x86/kernel/early_printk.o] Fehler 1 > make[2]: *** [arch/x86/kernel] Fehler 2 > make[1]: *** [arch/x86] Fehler 2 > > it build here when I declare early_vprintk in printk.h as > asmlinkage void early_vprintk(const char *fmt, va_list args); Grr, right. That's a 32bit thingy. Fixed for -rt2. Thanks, tglx