[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v3 2/2] x86/dmar: zap DMAR signature for dom0 once in TBOOT case
When TBOOT enabled, acpi_parse_dmar() called acpi_dmar_zap() to zap DMAR table, then tboot_parse_dmar_table() called acpi_dmar_zap() to zap it again. This is unnecessory, remove the second call. Some stale comments not right for current code are also removed. No functional change. Signed-off-by: Zhenzhong Duan <zhenzhong.duan@xxxxxxxxxx> --- v3: fixup patch and description. xen/arch/x86/tboot.c | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/xen/arch/x86/tboot.c b/xen/arch/x86/tboot.c index d5a5292..1006f95 100644 --- a/xen/arch/x86/tboot.c +++ b/xen/arch/x86/tboot.c @@ -461,8 +461,6 @@ int __init tboot_parse_dmar_table(acpi_table_handler dmar_handler) if ( txt_heap_base == 0 ) return 1; - /* map TXT heap into Xen addr space */ - /* walk heap to SinitMleData */ pa = txt_heap_base; /* skip BiosData */ @@ -490,10 +488,6 @@ int __init tboot_parse_dmar_table(acpi_table_handler dmar_handler) rc = dmar_handler(dmar_table); xfree(dmar_table); - /* acpi_parse_dmar() zaps APCI DMAR signature in TXT heap table */ - /* but dom0 will read real table, so must zap it there too */ - acpi_dmar_zap(); - return rc; } -- 1.7.3 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |