From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89813 invoked by alias); 9 Jun 2017 13:12:21 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 89477 invoked by uid 89); 9 Jun 2017 13:12:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Hx-languages-length:533 X-HELO: mx0a-001b2d01.pphosted.com From: "Tulio Magno Quites Machado Filho" To: Richard Henderson , libc-alpha@sourceware.org Cc: Benjamin Herrenschmidt , Steven Munroe Cc: Subject: Re: [PATCH 3/3] Add cache info for powerpc64 In-Reply-To: <20170608225728.26779-4-rth@twiddle.net> References: <20170608225728.26779-1-rth@twiddle.net> <20170608225728.26779-4-rth@twiddle.net> User-Agent: Notmuch/0.24.1 (http://notmuchmail.org) Emacs/25.2.1 (x86_64-redhat-linux-gnu) Date: Fri, 09 Jun 2017 13:12:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-MML: disable x-cbid: 17060913-0024-0000-0000-0000017E8C8C X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17060913-0025-0000-0000-00001646A1B1 Message-Id: <8737b9cnkg.fsf@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-09_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706090232 X-SW-Source: 2017-06/txt/msg00386.txt.bz2 Richard Henderson writes: > The actual cache info was added for 4.11, but have a guess at the > L1 linesizes using info provided by older kernels. > > * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysconf.c: New file. There is already a patch reviewed and approved here: https://patchwork.sourceware.org/patch/20202/ But this patch is blocked because it depends on another patch that's waiting for review: https://patchwork.sourceware.org/patch/20582/ -- Tulio Magno