From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Mon, 30 Jan 2012 17:51:29 +0100 (CET) Received: from mail-bk0-f49.google.com ([209.85.214.49]:50816 "EHLO mail-bk0-f49.google.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1903702Ab2A3QvY (ORCPT ); Mon, 30 Jan 2012 17:51:24 +0100 Received: by bke5 with SMTP id 5so4931558bke.36 for ; Mon, 30 Jan 2012 08:51:19 -0800 (PST) Received: by 10.204.153.199 with SMTP id l7mr9214159bkw.88.1327942278965; Mon, 30 Jan 2012 08:51:18 -0800 (PST) Received: from [192.168.11.174] (mail.dev.rtsoft.ru. [213.79.90.226]) by mx.google.com with ESMTPS id ez5sm38722436bkc.15.2012.01.30.08.51.17 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 Jan 2012 08:51:18 -0800 (PST) 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 X-archive-position: 32332 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: sshtylyov@mvista.com Precedence: bulk X-list: linux-mips Return-Path: 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