diff options
author | Fabian Frederick <fabf@skynet.be> | 2016-08-22 21:11:31 +0200 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2016-09-05 12:42:27 +0200 |
commit | 395adae45095e55ee90e688e9021d79dd6ffaefe (patch) | |
tree | 5764efe0925b907b78f9834a9cf594568c44281d /arch | |
parent | 517abe495df7279f3a45ae01ed709e07d384309e (diff) | |
download | linux-stable-395adae45095e55ee90e688e9021d79dd6ffaefe.tar.gz linux-stable-395adae45095e55ee90e688e9021d79dd6ffaefe.tar.bz2 linux-stable-395adae45095e55ee90e688e9021d79dd6ffaefe.zip |
iommu/amd: Remove AMD_IOMMU_STATS
Commit e85e8f69cedb ("iommu/amd: Remove statistics code")
removed that configuration.
Also remove function definition (suggested by Joerg Roedel)
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/configs/x86_64_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig index d28bdabcc87e..7ef4a099defc 100644 --- a/arch/x86/configs/x86_64_defconfig +++ b/arch/x86/configs/x86_64_defconfig @@ -255,7 +255,6 @@ CONFIG_RTC_CLASS=y CONFIG_DMADEVICES=y CONFIG_EEEPC_LAPTOP=y CONFIG_AMD_IOMMU=y -CONFIG_AMD_IOMMU_STATS=y CONFIG_INTEL_IOMMU=y # CONFIG_INTEL_IOMMU_DEFAULT_ON is not set CONFIG_EFI_VARS=y |