mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
HV: misra fix for multiboot2.c
The patch fixed a few misra violations for multiboot2.c; Tracked-On: #4419 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -51,6 +51,9 @@ static inline bool boot_from_multiboot1(void)
|
||||
}
|
||||
|
||||
#ifdef CONFIG_MULTIBOOT2
|
||||
/*
|
||||
* @post boot_regs[1] stores the address pointer that point to a valid multiboot2 info
|
||||
*/
|
||||
static inline bool boot_from_multiboot2(void)
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user