diff mbox series

acpi:dmar: update the link of DMAR table

Message ID 20220221100911.13251-1-ivan.hu@canonical.com
State Accepted
Headers show
Series acpi:dmar: update the link of DMAR table | expand

Commit Message

ivanhu Feb. 21, 2022, 10:09 a.m. UTC
Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
---
 src/acpi/dmar/dmar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung Feb. 21, 2022, 4:46 p.m. UTC | #1
On 2022-02-21 03:09, Ivan Hu wrote:
> Signed-off-by: Ivan Hu <ivan.hu@canonical.com>
> ---
>   src/acpi/dmar/dmar.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/acpi/dmar/dmar.c b/src/acpi/dmar/dmar.c
> index 91721229..3ff08013 100644
> --- a/src/acpi/dmar/dmar.c
> +++ b/src/acpi/dmar/dmar.c
> @@ -30,7 +30,7 @@
>   
>   #define MASK_4K 	0xfff
>   
> -/* See http://download.intel.com/technology/computing/vptech/Intel(r)_VT_for_Direct_IO.pdf */
> +/* See https://software.intel.com/content/dam/develop/external/us/en/documents-tps/vt-directed-io-spec.pdf */
>   
>   /* DMA Remapping Reporting Table (DMAR) */
>   struct acpi_table_dmar {


Acked-by: Alex Hung <alex.hung@canonical.com>
diff mbox series

Patch

diff --git a/src/acpi/dmar/dmar.c b/src/acpi/dmar/dmar.c
index 91721229..3ff08013 100644
--- a/src/acpi/dmar/dmar.c
+++ b/src/acpi/dmar/dmar.c
@@ -30,7 +30,7 @@ 
 
 #define MASK_4K 	0xfff
 
-/* See http://download.intel.com/technology/computing/vptech/Intel(r)_VT_for_Direct_IO.pdf */
+/* See https://software.intel.com/content/dam/develop/external/us/en/documents-tps/vt-directed-io-spec.pdf */
 
 /* DMA Remapping Reporting Table (DMAR) */
 struct acpi_table_dmar {