[kvm-devel] kvm warning

2007-08-08 Thread Andrew Morton
ia64 allmodconfig says drivers/kvm/Kconfig:14:warning: 'select' used by config symbol 'KVM' refers to undefined symbol 'PREEMPT_NOTIFIERS' Because of commit 8928fb48c7a7f9053a55f1d0023cbc533f2b3663 Author: Avi Kivity <[EMAIL PROTECTED]> Date: Wed Jul 11 18:17:21 2007 +0300 KVM: Use the

Re: [kvm-devel] kvm warning

2007-08-08 Thread Ingo Molnar
* Andrew Morton <[EMAIL PROTECTED]> wrote: > ia64 allmodconfig says > > drivers/kvm/Kconfig:14:warning: 'select' used by config symbol 'KVM' > refers to undefined symbol 'PREEMPT_NOTIFIERS' hm, why doesnt ia64 pick up kernel/Kconfig.preempt, like all the other arches? Due to that ia64 also mi

Re: [kvm-devel] kvm warning

2007-08-08 Thread Avi Kivity
Ingo Molnar wrote: > * Andrew Morton <[EMAIL PROTECTED]> wrote: > > >> ia64 allmodconfig says >> >> drivers/kvm/Kconfig:14:warning: 'select' used by config symbol 'KVM' >> refers to undefined symbol 'PREEMPT_NOTIFIERS' >> > > hm, why doesnt ia64 pick up kernel/Kconfig.preempt, like all the

Re: [kvm-devel] kvm warning

2007-08-08 Thread Andrew Morton
On Thu, 09 Aug 2007 01:48:07 +0300 Avi Kivity <[EMAIL PROTECTED]> wrote: > Ingo Molnar wrote: > > * Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > >> ia64 allmodconfig says > >> > >> drivers/kvm/Kconfig:14:warning: 'select' used by config symbol 'KVM' > >> refers to undefined symbol 'PREEM

Re: [kvm-devel] kvm warning

2007-08-08 Thread Avi Kivity
Andrew Morton wrote: > On Thu, 09 Aug 2007 01:48:07 +0300 > Avi Kivity <[EMAIL PROTECTED]> wrote: > > >> Ingo Molnar wrote: >> >>> * Andrew Morton <[EMAIL PROTECTED]> wrote: >>> >>> >>> ia64 allmodconfig says drivers/kvm/Kconfig:14:warning: 'select' used by config s

Re: [kvm-devel] kvm warning

2007-08-13 Thread Satyam Sharma
On 8/9/07, Avi Kivity <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > On Thu, 09 Aug 2007 01:48:07 +0300 > > Avi Kivity <[EMAIL PROTECTED]> wrote: > > > >> Ingo Molnar wrote: > >> > >>> * Andrew Morton <[EMAIL PROTECTED]> wrote: > >>> > ia64 allmodconfig says > > drivers/kvm/Kc

Re: [kvm-devel] kvm warning

2007-08-13 Thread Luck, Tony
> Solution (1) above sounds preferable, unless there are mysterious reasons > why ia64 wants to avoid Kconfig.preempt (adding Tony Luck to Cc:). Send me a patch and unless it causes more problems than it solves, I'll put it in. -Tony --

Re: [kvm-devel] kvm warning

2007-08-13 Thread Satyam Sharma
On Mon, 13 Aug 2007, Luck, Tony wrote: > > Solution (1) above sounds preferable, unless there are mysterious reasons > > why ia64 wants to avoid Kconfig.preempt (adding Tony Luck to Cc:). > > Send me a patch and unless it causes more problems than it solves, I'll > put it in. [PATCH] ia64: In