From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 3C4693858C50 for ; Thu, 9 Feb 2023 13:44:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3C4693858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 679B437520; Thu, 9 Feb 2023 13:44:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1675950240; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=I7t0kntJlQpeZkxboyD4ExY77tTqsk7fo9wNHtY3ZGg=; b=ErhLoSeQ5WaTMzPClkqnKVaxoTLHVo57R45gZnpi8RFmoo2MxJKZLcVftY3z5Ahin8D3As osM3jz6UqHEU8TFSOYalpyVd11LBZdoOoHe2XEaMeNMNsWBfX0eq35q1LoHhvQ7PE4uKjG 9beh05sLl0iqV6fiIys/MibxUXbh82A= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1675950240; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=I7t0kntJlQpeZkxboyD4ExY77tTqsk7fo9wNHtY3ZGg=; b=J+bV+p1inF2+dCIhE+OxfcahgxW3pP3gRULDr9TxERmDPvXc9Kn72FWka5jGlSv6h/0CBH GPTPZd0HEA9lUFAA== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 2BF892C141; Thu, 9 Feb 2023 13:44:00 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id E5E0D441A10; Thu, 9 Feb 2023 14:43:59 +0100 (CET) From: Andreas Schwab To: "Karumanchi, Sajan via Libc-alpha" Cc: Florian Weimer , "carlos@redhat.com" , "Karumanchi, Sajan" , "Mallappa, Premachandra" Subject: Re: [PATCH v1] x86: Cache computation for AMD architecture. References: <87edrubqvs.fsf@oldenburg.str.redhat.com> X-Yow: Do you have exactly what I want in a plaid poindexter bar bat?? Date: Thu, 09 Feb 2023 14:43:59 +0100 In-Reply-To: (Sajan via Libc-alpha Karumanchi's message of "Wed, 18 Jan 2023 07:39:42 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Jan 18 2023, Karumanchi, Sajan via Libc-alpha wrote: > diff --git a/sysdeps/x86/dl-cacheinfo.h b/sysdeps/x86/dl-cacheinfo.h > index e9f3382108..21ac0a2dad 100644 > --- a/sysdeps/x86/dl-cacheinfo.h > +++ b/sysdeps/x86/dl-cacheinfo.h > @@ -311,117 +311,47 @@ handle_intel (int name, const struct cpu_features *cpu_features) > > > static long int __attribute__ ((noinline)) > -handle_amd (int name) > +handle_amd (int name, const struct cpu_features *cpu_features) Nothing uses that argument. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."