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:
Yonghua Huang 2021-05-17 10:29:03 +08:00 committed by wenlingz
parent 32d6a72ea2
commit daccad241f
1 changed files with 1 additions and 1 deletions

View File

@ -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.