Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750891AbbD2TvH (ORCPT ); Wed, 29 Apr 2015 15:51:07 -0400 Received: from mail-ig0-f182.google.com ([209.85.213.182]:33796 "EHLO mail-ig0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750766AbbD2TvB (ORCPT ); Wed, 29 Apr 2015 15:51:01 -0400 MIME-Version: 1.0 In-Reply-To: <1429649166-18294-1-git-send-email-mcgrof@do-not-panic.com> References: <1429649166-18294-1-git-send-email-mcgrof@do-not-panic.com> From: "Luis R. Rodriguez" Date: Wed, 29 Apr 2015 12:50:40 -0700 X-Google-Sender-Auth: 1UvwB_sSlwf7Lt3kwbzsTblzlOA Message-ID: Subject: Re: [PATCH v3] fusion: remove dead MTRR code To: Nagalakshmi Nandigama , Praveen Krishnamoorthy , Sreekanth Reddy , Abhijit Mahajan , "mpt-fusionlinux.pdl" , Linux SCSI List Cc: Andy Lutomirski , "Michael S. Tsirkin" , "Luis R. Rodriguez" , Toshi Kani , Christoph Hellwig , Suresh Siddha , Ingo Molnar , Thomas Gleixner , Juergen Gross , Daniel Vetter , Dave Airlie , Antonino Daplas , Tomi Valkeinen , =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= , Mel Gorman , Vlastimil Babka , Borislav Petkov , Davidlohr Bueso , Jean-Christophe Plagniol-Villard , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1083 Lines: 29 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? Luis -- 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/