Hi -
I'm trying to rebuild TC from a plain vanilla kernel (2.6.33.3) with the TC patches applied. When I do make modules, I get this error:
arch/x86/kvm/x86.c: In function ‘vcpu_enter_guest’:
arch/x86/kvm/x86.c:3937: error: ‘prof_on__imv’ undeclared (first use in this function)
arch/x86/kvm/x86.c:3937: error: (Each undeclared identifier is reported only once
arch/x86/kvm/x86.c:3937: error: for each function it appears in.)
arch/x86/kvm/x86.c:3937: warning: type defaults to ‘int’ in declaration of ‘value’
make[2]: *** [arch/x86/kvm/x86.o] Error 1
make[1]: *** [arch/x86/kvm] Error 2
make: *** [arch/x86] Error 2
Thoughts?
It should be noted that I also have applied the lttng patches as well.
M