mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
hv: rename some software SRAM local names
For simplification purpose, use 'ssram' instead of 'software sram' for local names inside rtcm module. Tracked-On: #6015 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -48,7 +48,7 @@ struct rtct_entry_data_rtcm_binary
|
||||
uint32_t size;
|
||||
} __packed;
|
||||
|
||||
struct rtct_entry_data_software_sram
|
||||
struct rtct_entry_data_ssram
|
||||
{
|
||||
uint32_t cache_level;
|
||||
uint64_t base;
|
||||
|
Reference in New Issue
Block a user