From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753464Ab2A3QvW (ORCPT ); Mon, 30 Jan 2012 11:51:22 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:42656 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751551Ab2A3QvU (ORCPT ); Mon, 30 Jan 2012 11:51:20 -0500 Message-ID: <4F26D875.7050403@mvista.com> Date: Mon, 30 Jan 2012 20:50:45 +0300 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: "Michael S. Tsirkin" CC: Kevin Cernekee , Ralf Baechle , Paul Mundt , Arnd Bergmann , Jesse Barnes , Myron Stowe , Paul Gortmaker , Lucas De Marchi , Dmitry Kasatkin , James Morris , "John W. Linville" , Michael Witten , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 3/3] sh: use the the PCI channels's io_map_base References: <60def7835613710ecae4878ae5742c45b05791df.1327877053.git.mst@redhat.com> In-Reply-To: <60def7835613710ecae4878ae5742c45b05791df.1327877053.git.mst@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 01/30/2012 03:19 PM, Michael S. Tsirkin wrote: > commit 43db595e8b5d78ce5ad2feab719814a76e3ad2e5 Please add that commit's summary in parens. > failed to take into account the PCI channels's > io_map_base for mapping IO BARs. > This also caused a new warning on sh. > Fix this, without re-introducing code duplication, > by setting NO_GENERIC_PCI_IOPORT_MAP > and supplying a sh-specific __pci_ioport_map. > Reported-by: Kevin Cernekee > Signed-off-by: Michael S. Tsirkin WBR, Sergei