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 9FA50C4332F for ; Thu, 20 Oct 2022 14:32:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229783AbiJTOcM (ORCPT ); Thu, 20 Oct 2022 10:32:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229751AbiJTOcL (ORCPT ); Thu, 20 Oct 2022 10:32:11 -0400 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 788BC14DF37; Thu, 20 Oct 2022 07:32:10 -0700 (PDT) Received: from zn.tnic (p200300ea9733e710329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:9733:e710:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id C9F981EC0567; Thu, 20 Oct 2022 16:32:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1666276324; 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: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=kmZIn+RmPcFrrruewpP3q+eT9dV6viqfrtURROqoXV4=; b=c6vOv2k+nIu92WEk/Ed8XAbzSVCEMl31tZInGnnk957mMSXKeCaMDExHzoli7C5KMKrV+y ebd6to516TQ9ccj8KfLC/+jvqvIyQ5e4J8Eq1yn+ILqsJ9ZqOxLp7oQJGB4g6ntNCxyIAG fqIm3xd8Gkn4era5P1ZQDbYZLc4jtZE= Date: Thu, 20 Oct 2022 16:32:00 +0200 From: Borislav Petkov To: guoren@kernel.org Cc: arnd@arndb.de, tglx@linutronix.de, mingo@redhat.com, dave.hansen@linux.intel.com, heiko@sntech.de, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, Guo Ren , Catalin Marinas Subject: Re: [PATCH] arch: crash: Remove duplicate declaration in smp.h Message-ID: References: <20221020135913.2850550-1-guoren@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221020135913.2850550-1-guoren@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org On Thu, Oct 20, 2022 at 09:59:13AM -0400, guoren@kernel.org wrote: > diff --git a/arch/x86/include/asm/crash.h b/arch/x86/include/asm/crash.h > index 8b6bd63530dc..6a9be4907c82 100644 > --- a/arch/x86/include/asm/crash.h > +++ b/arch/x86/include/asm/crash.h > @@ -7,6 +7,5 @@ struct kimage; > int crash_load_segments(struct kimage *image); > int crash_setup_memmap_entries(struct kimage *image, > struct boot_params *params); > -void crash_smp_send_stop(void); > > #endif /* _ASM_X86_CRASH_H */ Acked-by: Borislav Petkov -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette