native_read_tsc is needed by modules, so it should be exported.
make -C /home/jeremy/hg/xen/paravirt/linux O=/home/jeremy/hg/xen/paravirt/linux-x86_64 Using /home/jeremy/hg/xen/paravirt/linux as source for kernel
GEN /home/jeremy/hg/xen/paravirt/linux-x86_64/Makefile CHK include/linux/version.h CHK include/linux/utsrelease.h CALL /home/jeremy/hg/xen/paravirt/linux/scripts/checksyscalls.sh CHK include/linux/compile.h Kernel: arch/x86/boot/bzImage is ready (#49) Building modules, stage 2. MODPOST 257 modules ERROR: "native_read_tsc" [drivers/input/gameport/gameport.ko] undefined! Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> Cc: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- arch/x86/kernel/rtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) =================================================================== --- a/arch/x86/kernel/rtc.c +++ b/arch/x86/kernel/rtc.c @@ -204,4 +204,4 @@ unsigned long long native_read_tsc(void) return EAX_EDX_VAL(val, low, high); } - +EXPORT_SYMBOL(native_read_tsc); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/