From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752411AbbDBWfy (ORCPT ); Thu, 2 Apr 2015 18:35:54 -0400 Received: from mail-qg0-f47.google.com ([209.85.192.47]:32896 "EHLO mail-qg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751534AbbDBWfw (ORCPT ); Thu, 2 Apr 2015 18:35:52 -0400 MIME-Version: 1.0 In-Reply-To: <20150402205520.GX5622@wotan.suse.de> References: <1426893517-2511-1-git-send-email-mcgrof@do-not-panic.com> <1426893517-2511-7-git-send-email-mcgrof@do-not-panic.com> <20150402205520.GX5622@wotan.suse.de> From: Bjorn Helgaas Date: Thu, 2 Apr 2015 17:35:30 -0500 Message-ID: Subject: Re: [PATCH v1 06/47] mtrr: add __arch_phys_wc_add() To: "Luis R. Rodriguez" Cc: "Luis R. Rodriguez" , Andy Lutomirski , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Juergen Gross , Jan Beulich , Borislav Petkov , Dave Airlie , "linux-kernel@vger.kernel.org" , linux-fbdev , "x86@kernel.org" , "xen-devel@lists.xenproject.org" , Ingo Molnar , Daniel Vetter , Antonino Daplas , Jean-Christophe Plagniol-Villard , Tomi Valkeinen Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [-cc Venkatesh, Suresh] On Thu, Apr 2, 2015 at 3:55 PM, Luis R. Rodriguez wrote: > On Thu, Apr 02, 2015 at 03:21:22PM -0500, Bjorn Helgaas wrote: >> On Fri, Mar 20, 2015 at 6:17 PM, Luis R. Rodriguez >> wrote: >> > From: "Luis R. Rodriguez" >> > This is *only* a transitive API -- and as such no new >> > drivers are ever expected to use this. >> >> "transient"? Do you mean you intend to remove this API in the near future? > > That's correct, the problem is that in order to use PAT cleanly we'd need to > change these drivers ... I was just trying to ask whether you intended to write "transient" instead of "transitive." But I'm not doing a very good job :) Bjorn