dm: fix minor comment in acrn_create_e820_table
'pSRAM' is legacy name and replaced with 'SSRAM' Tracked-On: #6015 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
parent
32d6a72ea2
commit
daccad241f
|
@ -224,7 +224,7 @@ acrn_create_e820_table(struct vmctx *ctx, struct e820_entry *e820)
|
|||
|
||||
memcpy(e820, e820_default_entries, sizeof(e820_default_entries));
|
||||
|
||||
/* FIXME: Here wastes 8MB memory if pSRAM is enabled, and 64MB+16KB if
|
||||
/* FIXME: Here wastes 8MB memory if SSRAM is enabled, and 64MB+16KB if
|
||||
* GPU reserved memory is exist.
|
||||
*
|
||||
* Determines the GPU region due to DSM identical mapping.
|
||||
|
|
Loading…
Reference in New Issue