This addresses violations of MISRA C:2012 Rule 7.2 which states as
following: A āuā or āUā suffix shall be applied to all integer constants
that are represented in an unsigned type.
No functional change.
Fixes: 652683e1aeaa ("x86/hvm: address violations of MISRA C:2012 Rule 7.2")
Signed-off-by: Alessandro Zucchelli <alessandro.zucchelli@bugseng.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
#define MSR_VIRT_SPEC_CTRL _AC(0xc001011f, U) /* Layout matches MSR_SPEC_CTRL */
-#define MSR_AMD_CSTATE_CFG 0xc0010296
+#define MSR_AMD_CSTATE_CFG 0xc0010296U
/*
* Legacy MSR constants in need of cleanup. No new MSRs below this comment.