From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47634EB64DD for ; Fri, 11 Aug 2023 17:11:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235565AbjHKRLl (ORCPT ); Fri, 11 Aug 2023 13:11:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235926AbjHKRLi (ORCPT ); Fri, 11 Aug 2023 13:11:38 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 476E3E54 for ; Fri, 11 Aug 2023 10:11:35 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1691773893; h=from:from:reply-to:subject:subject: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=uDdKdMKL7tDxHSjL9MEk9YTNW87Ut5Y78YgFu+JcYYg=; b=c08XpJTed6NQHYAMkzbpNB+KrTCGbyOwtzp9X649w5pUYDbwLS416g62XL/43gJHlwgyPT +4Rdyr0BBbEsUwXyMCntN2Yb1e53Yrh9p/dqhW6A6TRhPi8fD7QM7md8RvGlQ9agAuihZ2 Im93AamGRo01DllSsJtIFn7vyw8Jfgp/Kp+46sLl6M2ROPA+mlvvLaUgSk5L+4yB/fZX96 Q5Db1tBUAykKE1TzCZSrwbkjIjx3+hD7XWtGhzEHhJic6ESwQWY2sAkidslVUZap1Szc1U q1msdefcpeHbCVrbg/8SW3/PUHHDsA1EXTOoTIW8eS1LXKIjx+r+oZGGhw3c3w== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1691773893; h=from:from:reply-to:subject:subject: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=uDdKdMKL7tDxHSjL9MEk9YTNW87Ut5Y78YgFu+JcYYg=; b=UtnkchQfVyOsQA+UVVWJZ3/LKRl1c7xZG3QGkv3n7PTJKV2uoAcdZYsFH7TEWI5mItp6Ne t+F3k8fiAEBjByCA== To: Pu Wen , LKML Cc: x86@kernel.org, Tom Lendacky , Andrew Cooper , Arjan van de Ven , Huang Rui , Juergen Gross , Dimitri Sivanich , Michael Kelley , Wei Liu Subject: Re: [patch V3 33/40] x86/cpu: Use common topology code for HYGON In-Reply-To: References: <20230802101635.459108805@linutronix.de> <20230802101934.585648729@linutronix.de> Date: Fri, 11 Aug 2023 19:11:33 +0200 Message-ID: <87h6p5h5bu.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 11 2023 at 21:00, Pu Wen wrote: > On 2023/8/2 18:21, Thomas Gleixner wrote: >> --- a/arch/x86/kernel/cpu/hygon.c >> +++ b/arch/x86/kernel/cpu/hygon.c >> @@ -20,12 +20,6 @@ >> >> #define APICID_SOCKET_ID_BIT 6 > > The macro should be removed, since it's no needed any more. Indeed.