mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-06 10:44:41 +00:00
acrn-config: rename CONFIG_MAX_PCPU_NUM to MAX_PCPU_NUM
The macro definition is changed in hypervisor code, so modify acrn-config side accordingly. Tracked-On: #4230 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
parent
ea3476d22d
commit
0ba8434838
@ -115,7 +115,7 @@ def generate_file(config):
|
|||||||
print("{}".format(MISC_CFG_HEADER), file=config)
|
print("{}".format(MISC_CFG_HEADER), file=config)
|
||||||
|
|
||||||
# define CONFIG_MAX_PCPCU_NUM
|
# define CONFIG_MAX_PCPCU_NUM
|
||||||
print("#define CONFIG_MAX_PCPU_NUM\t{}U".format(max_cpu_num), file=config)
|
print("#define MAX_PCPU_NUM\t{}U".format(max_cpu_num), file=config)
|
||||||
|
|
||||||
# set macro of max clos number
|
# set macro of max clos number
|
||||||
(cache_support, clos_max) = board_cfg_lib.clos_info_parser(board_cfg_lib.BOARD_INFO_FILE)
|
(cache_support, clos_max) = board_cfg_lib.clos_info_parser(board_cfg_lib.BOARD_INFO_FILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user