Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756946AbbEVO15 (ORCPT ); Fri, 22 May 2015 10:27:57 -0400 Received: from g2t2352.austin.hp.com ([15.217.128.51]:54381 "EHLO g2t2352.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756048AbbEVO1z (ORCPT ); Fri, 22 May 2015 10:27:55 -0400 Message-ID: <1432303710.3184.3.camel@misato.fc.hp.com> Subject: Re: [PATCH v9 5/10] arch/*/asm/io.h: Add ioremap_wt() to all architectures From: Toshi Kani To: Thomas Gleixner Cc: hpa@zytor.com, mingo@redhat.com, akpm@linux-foundation.org, arnd@arndb.de, linux-mm@kvack.org, linux-kernel@vger.kernel.org, x86@kernel.org, linux-nvdimm@ml01.01.org, jgross@suse.com, stefan.bader@canonical.com, luto@amacapital.net, hmh@hmh.eng.br, yigal@plexistor.com, konrad.wilk@oracle.com, Elliott@hp.com, mcgrof@suse.com, hch@lst.de Date: Fri, 22 May 2015 08:08:30 -0600 In-Reply-To: References: <1431551151-19124-1-git-send-email-toshi.kani@hp.com> <1431551151-19124-6-git-send-email-toshi.kani@hp.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1138 Lines: 29 On Fri, 2015-05-22 at 09:15 +0200, Thomas Gleixner wrote: > On Wed, 13 May 2015, Toshi Kani wrote: > > > This patch adds ioremap_wt() to all arch-specific asm/io.h which > > define ioremap_wc() locally. These arch-specific asm/io.h do not > > include . Some of them include > > , but ioremap_wt() is defined for consistency > > since they define all ioremap_xxx locally. > > > > ioremap_wt() is defined indentical to ioremap_nocache() to all > > architectures without WT support. > > > > frv and m68k already have ioremap_writethrough(). This patch > > implements ioremap_wt() indetical to ioremap_writethrough() and > > defines ARCH_HAS_IOREMAP_WT in both architectures. > > This wants a follow up patch, which replaces ioremap_writethrough() in > drivers/ with ioremap_wt and removes ioremap_writethrough() from arch/ Will do. Thanks, -Toshi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/