acrn-hypervisor/hypervisor/bsp/uefi
Xiangyang Wu 474e9af216 HV:CPU: Add 'U/UL' for unsigned const value
According to MISRA C:2012, suffix 'U/UL' shall be for
unsigned const value, the member of enum variable should
not be used to compare with integer variable.

Add 'U/UL' for unsigned const value in the CPU module;
Use Macro insteading of enum feature_word since the member
of feature_word is used to compare with integer variable;
Use hex number insteading of Macro in the assembly code.

V1-->V2:

        Update the suffix of some constant value as 'UL'
        according to its'storage variable;
        Split MACRO updates used in the assembly code
	in other patch.

Signed-off-by: Xiangyang Wu <xiangyang.wu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-09 10:27:21 +08:00
..
clearlinux script: add plane restriction parameters for NUC 2018-06-20 13:24:08 +08:00
efi HV:CPU: Add 'U/UL' for unsigned const value 2018-07-09 10:27:21 +08:00
include/bsp Revert "hv: More changes to enable GPU passthru" 2018-07-05 11:06:47 +08:00
cmdline.c HV:- Refine strtol() & strtoul() 2018-06-29 15:47:07 +08:00
platform_acpi_info.c HV: add bsp acpi info support 2018-06-13 15:02:03 +08:00
uefi.c HV:treewide:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
vm_description.c license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00