From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hyong-Youb Kim Subject: Re: [PATCH v3] ethernet: myri10ge: use arch_phys_wc_add() Date: Wed, 22 Apr 2015 16:15:21 +0900 Message-ID: <20150422071521.GA1500@hykim-PC> References: <1429646986-16686-1-git-send-email-mcgrof@do-not-panic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , , "Luis R. Rodriguez" , Suresh Siddha , "Ingo Molnar" , Thomas Gleixner , Juergen Gross , Daniel Vetter , Dave Airlie , Antonino Daplas , "Jean-Christophe Plagniol-Villard" , Tomi Valkeinen , To: "Luis R. Rodriguez" Return-path: Content-Disposition: inline In-Reply-To: <1429646986-16686-1-git-send-email-mcgrof@do-not-panic.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, Apr 21, 2015 at 01:09:45PM -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This driver already uses ioremap_wc() on the same range > so when write-combining is available that will be used > instead. [...] > Signed-off-by: Luis R. Rodriguez Tested using the patched v4.0. It works fine. Thanks.