The following occurred when compiling today's git with the patch-2.6.20-rc7-rt3 patch applied:

arch/i386/mm/built-in.o: In function `flush_cr3_cache':
arch/i386/mm/pgtable.c:303: undefined reference to `paravirt_enabled'
arch/i386/mm/pgtable.c:306: undefined reference to `hypercall'
make: *** [.tmp_vmlinux1] Error 1

Adding
#include <linux/paravirt.h>
to pgtable.c fixed the compilation issue, but is that the correct way to go?

Greets,

Pieter Palmers
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to