Another workaround is to modify the config: CONFIG_PARAVIRT=y
(There was similar problems with SMP a while ago, a hint to enable functionality related to compile errors should possibly be mentioned in the wiki? /Gerhard On 2/2/07, Pieter Palmers <[EMAIL PROTECTED]> wrote:
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
