From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] Use kvm_on_each_cpu in preempt.c Date: Sun, 09 Nov 2008 15:08:00 +0200 Message-ID: <4916E0B0.5080507@redhat.com> References: <1226130801-21288-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Alexander Graf Return-path: Received: from mx2.redhat.com ([66.187.237.31]:36940 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751693AbYKINIG (ORCPT ); Sun, 9 Nov 2008 08:08:06 -0500 In-Reply-To: <1226130801-21288-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Alexander Graf wrote: > Compat modules need to use kvm_on_each_cpu instead on on_each_cpu > in order to be compatible throughout various kernel versions. > > Unfortunately preempt.c uses on_each_cpu. This patch changes preempt.c > to also use the kvm version, so it is compatible with the rest of the > external module build. > > This fixes building on newer kernels without preempt notifiers. > Applied, thanks. -- error compiling committee.c: too many arguments to function