mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 02:08:04 +00:00
HV:vtd:fix all integer related violations
Fix vtd.h and vtd.c all integer violations. Signed-off-by: Huihuang Shi <huihuang.shi@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
#include <cpu.h>
|
||||
|
||||
/* Define cache line size (in bytes) */
|
||||
#define CACHE_LINE_SIZE 64
|
||||
#define CACHE_LINE_SIZE 64U
|
||||
|
||||
/* Size of all page structures for IA-32e */
|
||||
#define IA32E_STRUCT_SIZE MEM_4K
|
||||
|
Reference in New Issue
Block a user