mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
hv: cleanup legacy terminologies in RTCM module
This patch updates below terminologies according to the latest TCC Spec: PTCT -> RTCT PTCM -> RTCM pSRAM -> Software SRAM Tracked-On: #5649 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -24,7 +24,6 @@ struct rtct_entry {
|
||||
uint32_t data[64];
|
||||
} __packed;
|
||||
|
||||
|
||||
struct rtct_entry_data_psram {
|
||||
uint32_t cache_level;
|
||||
uint64_t base;
|
||||
@@ -33,7 +32,6 @@ struct rtct_entry_data_psram {
|
||||
uint32_t apic_id_tbl[64];
|
||||
} __packed;
|
||||
|
||||
|
||||
struct rtct_entry_data_mem_hi_latency {
|
||||
uint32_t hierarchy;
|
||||
uint32_t clock_cycles;
|
||||
|
Reference in New Issue
Block a user