diff options
-rw-r--r-- | arch/x86/kernel/pci-gart_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-gart_64.c b/arch/x86/kernel/pci-gart_64.c index a9bcdf7c8801..eb46ab3f52b2 100644 --- a/arch/x86/kernel/pci-gart_64.c +++ b/arch/x86/kernel/pci-gart_64.c | |||
@@ -858,7 +858,7 @@ void __init gart_parse_options(char *p) | |||
858 | #endif | 858 | #endif |
859 | if (isdigit(*p) && get_option(&p, &arg)) | 859 | if (isdigit(*p) && get_option(&p, &arg)) |
860 | iommu_size = arg; | 860 | iommu_size = arg; |
861 | if (!strncmp(p, "fullflush", 8)) | 861 | if (!strncmp(p, "fullflush", 9)) |
862 | iommu_fullflush = 1; | 862 | iommu_fullflush = 1; |
863 | if (!strncmp(p, "nofullflush", 11)) | 863 | if (!strncmp(p, "nofullflush", 11)) |
864 | iommu_fullflush = 0; | 864 | iommu_fullflush = 0; |