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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8C08C433EF for ; Tue, 12 Oct 2021 07:24:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 98A4660D42 for ; Tue, 12 Oct 2021 07:24:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233958AbhJLH0n (ORCPT ); Tue, 12 Oct 2021 03:26:43 -0400 Received: from mga14.intel.com ([192.55.52.115]:22548 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232500AbhJLH0m (ORCPT ); Tue, 12 Oct 2021 03:26:42 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10134"; a="227351934" X-IronPort-AV: E=Sophos;i="5.85,367,1624345200"; d="scan'208";a="227351934" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2021 00:24:41 -0700 X-IronPort-AV: E=Sophos;i="5.85,367,1624345200"; d="scan'208";a="490831842" Received: from xiaoyaol-mobl.ccr.corp.intel.com (HELO [10.255.29.110]) ([10.255.29.110]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2021 00:24:39 -0700 Subject: Re: [patch 28/31] x86/sev: Include fpu/xcr.h To: Thomas Gleixner , LKML Cc: x86@kernel.org, "Chang S. Bae" , Dave Hansen , Arjan van de Ven , kvm@vger.kernel.org, Paolo Bonzini References: <20211011215813.558681373@linutronix.de> <20211011223611.964445769@linutronix.de> From: Xiaoyao Li Message-ID: <2e0ab426-acd4-0c8b-6f80-8ce4d2bcf29d@intel.com> Date: Tue, 12 Oct 2021 15:24:36 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211011223611.964445769@linutronix.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On 10/12/2021 8:00 AM, Thomas Gleixner wrote: > Include the header which only provides the XRC accessors. That's all what ^ typo, should be XCR > is needed here. > > Signed-off-by: Thomas Gleixner > --- > arch/x86/kernel/sev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- a/arch/x86/kernel/sev.c > +++ b/arch/x86/kernel/sev.c > @@ -23,7 +23,7 @@ > #include > #include > #include > -#include > +#include > #include > #include > #include >