From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (193.142.43.55:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 28 Oct 2019 07:36:43 -0000 Received: from [89.225.235.242] (helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1iOzZy-0006fP-3t for speck@linutronix.de; Mon, 28 Oct 2019 08:36:42 +0100 Date: Mon, 28 Oct 2019 08:36:34 +0100 (CET) From: Thomas Gleixner Subject: Re: [PATCH 2/9] TAA v2 2 In-Reply-To: <760b742eae3b18d6a21ff0e395b259ecf0d8a6c7.1572168937.git.bp@suse.de> Message-ID: References: <760b742eae3b18d6a21ff0e395b259ecf0d8a6c7.1572168937.git.bp@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: On Wed, 23 Oct 2019, speck for Pawan Gupta wrote: > --- > arch/x86/kernel/cpu/common.c | 15 +++++++++++---- > -static void __init cpu_set_bug_bits(struct cpuinfo_x86 *c) > +u64 x86_read_arch_cap_msr(void) Where is the declaration of this? In the next patch .... Oh well.