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 X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BF88C433E6 for ; Wed, 6 Jan 2021 15:46:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C87B823125 for ; Wed, 6 Jan 2021 15:46:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726687AbhAFPqg (ORCPT ); Wed, 6 Jan 2021 10:46:36 -0500 Received: from mail-wr1-f46.google.com ([209.85.221.46]:34983 "EHLO mail-wr1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726165AbhAFPqe (ORCPT ); Wed, 6 Jan 2021 10:46:34 -0500 Received: by mail-wr1-f46.google.com with SMTP id r3so2853521wrt.2; Wed, 06 Jan 2021 07:46:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=FPAbZDn/cFbENDB7SIYEjMVopPnPxK58UQtiBPxbqrE=; b=Du9KbQMJf8DCcH5ZOTm+Z/PnPVypeSq98LnV3cFxx1/+073bzg9nfDSE8A8n8QMrTL LUE4kBIV8pc5XO+o5de9n0hAHV+uHOeLhSvDLxstqI5cotRCZVdnjYniRA9/c8in7vn1 XH/7/1FJrJc7uGh9Kx10+ZHOAZ85xfQX35gPk2sIpB3nAxtRIyksBfAcgxizW+bN39if iCYTXZdTX4mfp81GwR2sWCyXk3Z7zPGPnmebfltwqtV5e62hbmDrS5RKJtbN+wFT3/XP zRYIrD+OU6HpRu87uq+bOSR21jrbWM8rbF1PK8WerciF9XXe7WdbXagKLP1T+QSBxzFD CyXw== X-Gm-Message-State: AOAM5326FrF/tr25IQVgrSzj60FCvKn02jZ6PPsQKgTuoDGVXX0QGMw6 LcHP5YmROV3ACT/t1hqyHInJ9UcnHmo= X-Google-Smtp-Source: ABdhPJxXnwUBwofD7GC19sdC/8ajX6hx5BVSjxImIQJz0+eWJcMpCPckZGhhA1Bfw0NPlwexauObQw== X-Received: by 2002:adf:a1d5:: with SMTP id v21mr4887659wrv.24.1609947952605; Wed, 06 Jan 2021 07:45:52 -0800 (PST) Received: from liuwe-devbox-debian-v2 ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id k10sm3413995wrq.38.2021.01.06.07.45.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jan 2021 07:45:52 -0800 (PST) Date: Wed, 6 Jan 2021 15:45:50 +0000 From: Wei Liu To: Linux on Hyper-V List Cc: virtualization@lists.linux-foundation.org, Linux Kernel List , Michael Kelley , Vineeth Pillai , Sunil Muthuswamy , Nuno Das Neves , Wei Liu , Vitaly Kuznetsov , "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Arnd Bergmann , "open list:GENERIC INCLUDE/ASM HEADER FILES" Subject: Re: [PATCH v3 01/17] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT Message-ID: <20210106154550.mbk5yyyp3cvgprvr@liuwe-devbox-debian-v2> References: <20201124170744.112180-1-wei.liu@kernel.org> <20201124170744.112180-2-wei.liu@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201124170744.112180-2-wei.liu@kernel.org> User-Agent: NeoMutt/20180716 Precedence: bulk List-ID: X-Mailing-List: linux-hyperv@vger.kernel.org On Tue, Nov 24, 2020 at 05:07:28PM +0000, Wei Liu wrote: > This makes the name match Hyper-V TLFS. > > Signed-off-by: Wei Liu > Reviewed-by: Vitaly Kuznetsov This patch is trivially correct. I will apply it to hyperv-next to reduce length of this series. Wei. > --- > include/asm-generic/hyperv-tlfs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/asm-generic/hyperv-tlfs.h b/include/asm-generic/hyperv-tlfs.h > index e73a11850055..e6903589a82a 100644 > --- a/include/asm-generic/hyperv-tlfs.h > +++ b/include/asm-generic/hyperv-tlfs.h > @@ -88,7 +88,7 @@ > #define HV_CONNECT_PORT BIT(7) > #define HV_ACCESS_STATS BIT(8) > #define HV_DEBUGGING BIT(11) > -#define HV_CPU_POWER_MANAGEMENT BIT(12) > +#define HV_CPU_MANAGEMENT BIT(12) > > > /* > -- > 2.20.1 >