FYI - I was working on some changes, and just noticed this with !CONFIG_PARAVIRT. CC arch/i386/kernel/alternative.o arch/i386/kernel/alternative.c:436: error: ?apply_paravirt? undeclared here (not in a function) arch/i386/kernel/alternative.c:436: warning: type defaults to ?int? in declaration of ?apply_paravirt? arch/i386/kernel/alternative.c:437: error: ?__start_parainstructions? undeclared here (not in a function) arch/i386/kernel/alternative.c:437: warning: type defaults to ?int? in declaration of ?__start_parainstructions? arch/i386/kernel/alternative.c:438: error: ?__stop_parainstructions? undeclared here (not in a function) arch/i386/kernel/alternative.c:438: warning: type defaults to ?int? in declaration of ?__stop_parainstructions? make[1]: *** [arch/i386/kernel/alternative.o] Error 1 make: *** [arch/i386/kernel] Error 2 Any takers, or should I wait till Chris finishes rebasing against -git? Zach