From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] kvm: external module: fix request_irq for < 2.6.19 Date: Thu, 30 Apr 2009 14:44:00 +0300 Message-ID: <49F98F00.4030207@redhat.com> References: <20090428155651.GF3036@sequoia.sous-sol.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, ddutile@redhat.com To: Chris Wright Return-path: Received: from mx2.redhat.com ([66.187.237.31]:55049 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751700AbZD3Lok (ORCPT ); Thu, 30 Apr 2009 07:44:40 -0400 In-Reply-To: <20090428155651.GF3036@sequoia.sous-sol.org> Sender: kvm-owner@vger.kernel.org List-ID: Chris Wright wrote: > The irq handler changes (introduced in 2.6.19, not 2.6.20) dropped > struct pt_regs from the handler prototype, they are found globally now. > This introduces the back compat for older kernels. The handler is just > a thin layer which calls the real registered handler (all this to work > around a minor little compiler warning ;-) Needed for device assignment > on older kernels. > Applied, thanks. -- error compiling committee.c: too many arguments to function