From daccad241faf0bf20341beb49c4ae9390956845b Mon Sep 17 00:00:00 2001 From: Yonghua Huang Date: Mon, 17 May 2021 10:29:03 +0800 Subject: [PATCH] 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 --- devicemodel/core/sw_load_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicemodel/core/sw_load_common.c b/devicemodel/core/sw_load_common.c index 6dbc024bf..f814d8ee2 100644 --- a/devicemodel/core/sw_load_common.c +++ b/devicemodel/core/sw_load_common.c @@ -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.