From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36121 invoked by alias); 8 Jun 2016 18:30:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 36099 invoked by uid 89); 8 Jun 2016 18:30:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 spammy= X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 08 Jun 2016 18:30:03 +0000 Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u58ITv3i025724 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 8 Jun 2016 18:29:58 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by userv0022.oracle.com (8.14.4/8.13.8) with ESMTP id u58ITulS011419 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 8 Jun 2016 18:29:56 GMT Received: from abhmp0018.oracle.com (abhmp0018.oracle.com [141.146.116.24]) by aserv0122.oracle.com (8.13.8/8.13.8) with ESMTP id u58ITr37007898; Wed, 8 Jun 2016 18:29:54 GMT Received: from termi.oracle.com (/10.175.208.95) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 08 Jun 2016 11:29:53 -0700 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: Eric Botcazou Cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH][SPARC] Fix cpu auto-detection in M7 and S7 (Sonoma) References: <87porr6bmy.fsf@oracle.com> <1943125.J9UYmRDB1u@polaris> <877fdz64mg.fsf@oracle.com> Date: Wed, 08 Jun 2016 18:30:00 -0000 In-Reply-To: <877fdz64mg.fsf@oracle.com> (Jose E. Marchesi's message of "Wed, 08 Jun 2016 18:13:11 +0200") Message-ID: <87porrwmqa.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00635.txt.bz2 > Starting with the M7 we will be using the same identifiers to identify > the cpu in both Solaris (via kstat) and GNU/Linux (via /proc/cpuinfo). > This little patch fixes the SPARC M7 entry in cpu_names, and also adds > an entry for the Sonoma SoC. > > Tested in sparc64-*-linux-gnu, sparcv9-*-linux-gnu and > sparc-sun-solaris2.11 targets. > > 2016-06-08 Jose E. Marchesi > > * config/sparc/driver-sparc.c (cpu_names): Fix the entry for the > SPARC-M7 and add an entry for SPARC-S7 cpus (Sonoma). OK, but it needs to be applied both on mainline and 6 branch. No problem. Do I need the approval of a maintainer in particular for commits in the 6 branch? Oh, never mind. Now I read your email properly :)