[PATCH 09/41] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT

Tim Gardner tim.gardner at canonical.com
Thu Nov 4 12:54:17 UTC 2021


From: Wei Liu <wei.liu at kernel.org>

BugLink: https://bugs.launchpad.net/bugs/1949770

This makes the name match Hyper-V TLFS.

Signed-off-by: Wei Liu <wei.liu at kernel.org>
Reviewed-by: Vitaly Kuznetsov <vkuznets at redhat.com>
Reviewed-by: Pavel Tatashin <pasha.tatashin at soleen.com>
Reviewed-by: Michael Kelley <mikelley at microsoft.com>
Link: https://lore.kernel.org/r/20210203150435.27941-2-wei.liu@kernel.org
(back ported from commit 8f1d14cb835672cd27f6533f22f4c73e60a30727)
[marcelo.cerri at canonical.com: trivial context fix]
Signed-off-by: Marcelo Henrique Cerri <marcelo.cerri at canonical.com>
---
 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 d06f7b1cbd85..c2f5e81464cd 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.33.1




More information about the kernel-team mailing list