From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F196E7F for ; Wed, 14 Jun 2023 07:00:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id F1F3E63CC111; Wed, 14 Jun 2023 08:51:50 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id NhsAn0pqGJjc; Wed, 14 Jun 2023 08:51:50 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 756B4608F44F; Wed, 14 Jun 2023 08:51:50 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id tYnTmxn9hAwM; Wed, 14 Jun 2023 08:51:50 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 3D44C63CC111; Wed, 14 Jun 2023 08:51:50 +0200 (CEST) Date: Wed, 14 Jun 2023 08:51:50 +0200 (CEST) From: Richard Weinberger To: tglx Cc: linux-kernel , x86 , torvalds , Nikolay Borisov , "Ahmed S. Darwish" , Arnd Bergmann , anton ivanov , Johannes Berg , linux-um , Russell King , linux-arm-kernel , linux-ia64@vger.kernel.org, Huacai Chen , WANG Xuerui , loongarch@lists.linux.dev, Geert Uytterhoeven , linux-m68k , Thomas Bogendoerfer , linux-mips , Yoshinori Sato , Rich Felker , John Paul Adrian Glaubitz , linux-sh@vger.kernel.org, davem , sparclinux , Richard Henderson , "James E.J. Bottomley" , Michael Ellerman , Chris Zankel , Tom Lendacky Message-ID: <308775127.5298661.1686725510008.JavaMail.zimbra@nod.at> In-Reply-To: <20230613224545.493148694@linutronix.de> References: <20230613223827.532680283@linutronix.de> <20230613224545.493148694@linutronix.de> Subject: Re: [patch 10/17] um/cpu: Switch to arch_cpu_finalize_init() Precedence: bulk X-Mailing-List: loongarch@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: um/cpu: Switch to arch_cpu_finalize_init() Thread-Index: iSTlBjUa5Wmo5DQJGeG0TUMeIHydTg== ----- Urspr=C3=BCngliche Mail ----- > Von: "tglx" > check_bugs() is about to be phased out. Switch over to the new > arch_cpu_finalize_init() implementation. >=20 > No functional change. Confirmed. :-) =20 > Signed-off-by: Thomas Gleixner > Cc: Richard Weinberger > Cc: Anton Ivanov > Cc: Johannes Berg > Cc: linux-um@lists.infradead.org Acked-by: Richard Weinberger Thanks, //richard