From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 2/2] VT-d: section placement and type adjustments Date: Tue, 29 Sep 2015 13:49:37 +0100 Message-ID: <560A88E1.4040406@citrix.com> References: <560A92D002000078000A6981@prv-mh.provo.novell.com> <560A960202000078000A69AD@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZguLl-0003bT-WD for xen-devel@lists.xenproject.org; Tue, 29 Sep 2015 12:49:42 +0000 In-Reply-To: <560A960202000078000A69AD@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel Cc: Yang Z Zhang , Kevin Tian List-Id: xen-devel@lists.xenproject.org On 29/09/15 12:45, Jan Beulich wrote: > With x2APIC requiring iommu_supports_eim() to return true, we can > adjust a few conditonals such that both it and > platform_supports_x2apic() can be marked __init. For the latter as > well as for platform_supports_intremap() also change the return types > to bool_t. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper