From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] KVM: x86: Drop unneeded CONFIG_HAS_IOMEM check Date: Tue, 13 Oct 2009 14:16:27 -0300 Message-ID: <20091013171627.GA13257@amt.cnet> References: <4AD2D1FC.3040707@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm-devel To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:12114 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbZJMR1Z (ORCPT ); Tue, 13 Oct 2009 13:27:25 -0400 Content-Disposition: inline In-Reply-To: <4AD2D1FC.3040707@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Oct 12, 2009 at 08:51:40AM +0200, Jan Kiszka wrote: > This (broken) check dates back to the days when this code was shared > across architectures. x86 has IOMEM, so drop it. > > Signed-off-by: Jan Kiszka Applied, thanks.