2.6.23 git current compile error on UP

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dave Hansen
Date: Thursday, November 8, 2007 - 12:55 pm

drivers/kvm/kvm_main.c: In function `kvm_flush_remote_tlbs':
drivers/kvm/kvm_main.c:220: error: implicit declaration of function `smp_call_function_mask'
make[2]: *** [drivers/kvm/kvm_main.o] Error 1
make[1]: *** [drivers/kvm] Error 2

http://sr71.net/~dave/linux/config-kvm-up

Looks like that function calls smp_call_function_mask() which is never
defined for UP.  Nobody else uses it that way, so I'm not sure what the
right fix is.  I'm not even sure kvm_flush_remote_tlbs() is safe with
its raw_smp_processor_id() use.  Is there a reason it can't get
preempted?

-- Dave

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.23 git current compile error on UP, Dave Hansen, (Thu Nov 8, 12:55 pm)
Re: 2.6.23 git current compile error on UP, Laurent Vivier, (Thu Nov 8, 1:09 pm)