mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 21:19:35 +00:00
hv: Server platforms can have more than 8 IO-APICs
To support server platforms with more than 8 IO-APICs Tracked-On: #4151 Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Acked-by: Eddie Dong <eddie.dong@Intel.com>
This commit is contained in:
parent
4626c9154f
commit
963b8cb9ae
@ -292,7 +292,7 @@ config RELOC
|
|||||||
|
|
||||||
config MAX_IOAPIC_NUM
|
config MAX_IOAPIC_NUM
|
||||||
int "Maximum number of IO-APICs"
|
int "Maximum number of IO-APICs"
|
||||||
range 1 8
|
range 1 10
|
||||||
default 1
|
default 1
|
||||||
|
|
||||||
config MAX_IOAPIC_LINES
|
config MAX_IOAPIC_LINES
|
||||||
|
Loading…
Reference in New Issue
Block a user