summaryrefslogtreecommitdiff
path: root/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2018-01-16 18:56:44 +0800
committerStar Zeng <star.zeng@intel.com>2018-01-17 10:49:02 +0800
commit9eaa902a52ec1ab0032d0c5a23f9d16493bcb4c5 (patch)
treefcf614bea8326dcce7acf367f8672a875920b869 /IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c
parent9dd8b1908e7d0585ba6b77d4586f6091842d925c (diff)
downloadedk2-9eaa902a52ec1ab0032d0c5a23f9d16493bcb4c5.zip
edk2-9eaa902a52ec1ab0032d0c5a23f9d16493bcb4c5.tar.gz
edk2-9eaa902a52ec1ab0032d0c5a23f9d16493bcb4c5.tar.bz2
IntelSiliconPkg IntelVTdDxe: Remove mVtdHostAddressWidthMask
mVtdHostAddressWidthMask is not been used at all, its definition and related code could be removed. Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c')
-rw-r--r--IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c b/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c
index 1404af7..bc9f427 100644
--- a/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c
+++ b/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/VtdReg.c
@@ -1,6 +1,6 @@
/** @file
- Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -13,7 +13,6 @@
#include "DmaProtection.h"
-UINT64 mVtdHostAddressWidthMask;
UINTN mVtdUnitNumber;
VTD_UNIT_INFORMATION *mVtdUnitInformation;