From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luis R. Rodriguez" Subject: Re: [PATCH v3] fusion: remove dead MTRR code Date: Tue, 19 May 2015 22:27:32 +0200 Message-ID: <20150519202732.GN23057@wotan.suse.de> References: <1429649166-18294-1-git-send-email-mcgrof@do-not-panic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Nagalakshmi Nandigama , Praveen Krishnamoorthy , Sreekanth Reddy , Abhijit Mahajan , "mpt-fusionlinux.pdl" , Linux SCSI List Cc: Andy Lutomirski , "Michael S. Tsirkin" , Toshi Kani , Christoph Hellwig , Suresh Siddha , Ingo Molnar , Thomas Gleixner , Juergen Gross , Daniel Vetter , Dave Airlie , Antonino Daplas , Tomi Valkeinen , Ville =?iso-8859-1?Q?Syrj=E4l=E4?= , Mel Gorman , Vlastimil Babka , Borislav Petkov , Davidlohr Bueso , Jean-Christophe Plagniol-Villard , "linux-kernel@vger.kernel.org" List-Id: linux-scsi@vger.kernel.org On Wed, Apr 29, 2015 at 12:50:40PM -0700, Luis R. Rodriguez wrote: > On Tue, Apr 21, 2015 at 1:46 PM, Luis R. Rodriguez > wrote: > > From: "Luis R. Rodriguez" > > > > If and when this gets enabled the driver could should split > > up IO memory space properly and that is quite a bit of work. > > Just remove the uncommented dead MTRR code then. > > > > There are a few motivations for this: > > > > a) Take advantage of PAT when available > > > > b) Help bury MTRR code away, MTRR is architecture specific and on > > x86 its replaced by PAT > > > > c) Help with the goal of eventually using _PAGE_CACHE_UC over > > _PAGE_CACHE_UC_MINUS on x86 on ioremap_nocache() (see commit > > de33c442e titled "x86 PAT: fix performance drop for glx, > > use UC minus for ioremap(), ioremap_nocache() and > > pci_mmap_page_range()") > > Hey folks, who's tree should this go through if agreeable? Hey folks, can this be applied? Thanks. Luis