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 89089CD6E64 for ; Wed, 11 Oct 2023 13:09:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234953AbjJKNJ4 (ORCPT ); Wed, 11 Oct 2023 09:09:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234955AbjJKNJt (ORCPT ); Wed, 11 Oct 2023 09:09:49 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCD38A9 for ; Wed, 11 Oct 2023 06:09:46 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1697029785; 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=ukHBjWe9BEjJdhdsHoBpWRY0IShWSvasiVUT5USEBB0=; b=EtPW3gLphi22K401ncNlj+K3wTaYGCDyMJUwYDsNAx8NAPEnKsEOIVG6JGN7LJPnBiAuxY erUbjx0uUQHQojZ5YULHBxypqmKxS44DksQWMVkxKLJyyx6440qdwAWicJ+ivMpiCetY8P S4U1NwQbAwTKA5pXnNu6hNzi0LYi5khxIskM0vn0ra7QIEPP2OKp0eUwQGrkih912a3MTJ q/zs7qmN+klRS9wzeKPVXU+UZPBjGgVKYdBkjFcRT488BTOn83bjD4/XNXV0r2ST/M7+i0 dN7hIKDcL1b7Jk6Nqhh62Fn78/E262XYAu8IxOAj/ARAm+r3mkPupMtXiiJPfw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1697029785; 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=ukHBjWe9BEjJdhdsHoBpWRY0IShWSvasiVUT5USEBB0=; b=tqca0/uvwz2DGA34PwCnpcObQzD0u+u480E5bj3LsbusevevC0OfpZdCdHvaSoLZTaEbPX gt8XUM5WwX0AHADQ== To: "Kirill A. Shutemov" , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org Cc: "Rafael J. Wysocki" , Peter Zijlstra , Adrian Hunter , Kuppuswamy Sathyanarayanan , Elena Reshetova , Jun Nakajima , Rick Edgecombe , Tom Lendacky , kexec@lists.infradead.org, linux-coco@lists.linux.dev, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" Subject: Re: [PATCH 03/13] cpu/hotplug, x86/acpi: Disable CPU hotplug for ACPI MADT wakeup In-Reply-To: <20231005131402.14611-4-kirill.shutemov@linux.intel.com> References: <20231005131402.14611-1-kirill.shutemov@linux.intel.com> <20231005131402.14611-4-kirill.shutemov@linux.intel.com> Date: Wed, 11 Oct 2023 15:09:45 +0200 Message-ID: <87fs2hl2zq.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 05 2023 at 16:13, Kirill A. Shutemov wrote: > > + /* Disable CPU onlining/offlining */ That's not what the function does. > + cpu_hotplug_not_supported(); Thanks, tglx