mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-31 07:20:55 +00:00
misc: remove HV_RAM_SIZE
remove HV_RAM_SIZE under misc directory because PR 6664 has changed it in HV side. Tracked-On: #6663 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
parent
91bc164670
commit
7be5cdb57b
@ -24,10 +24,6 @@ typedef int32_t CAT_(CTA_DummyType,__LINE__)[(expr) ? 1 : -1]
|
||||
#error "CONFIG_HV_RAM_START must be aligned to 2MB"
|
||||
#endif
|
||||
|
||||
#if ((CONFIG_HV_RAM_SIZE & (MEM_2M - 1UL)) != 0UL)
|
||||
#error "CONFIG_HV_RAM_SIZE must be integral multiple of 2MB"
|
||||
#endif
|
||||
|
||||
#if ((CONFIG_MAX_IR_ENTRIES < 256U) || (CONFIG_MAX_IR_ENTRIES & (CONFIG_MAX_IR_ENTRIES -1)) != 0U)
|
||||
#error "CONFIG_MAX_IR_ENTRIES must >=256 and be 2^n"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user