From 47f824e81c7f07543e74209c8ffd1fae967a09c6 Mon Sep 17 00:00:00 2001 From: Joerg Roedel Date: Mon, 17 Nov 2008 15:16:43 +0100 Subject: [PATCH] --- yaml --- r: 119215 b: refs/heads/master c: 695b5676c727d80921a2dc8737d5b3322222db85 h: refs/heads/master i: 119213: 45b6a847ecf8ead9223e60bedc0e84c1819d39d0 119211: 35991ed9581955016ee2349f5f6fc8b1eb301183 119207: 22ee6b73340ae8060c14c510ab4bd4ed0eb42677 119199: 5e0b13182aaec20353173e326c3f5afa9bf912ac v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/amd_iommu_init.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6d026f3b6bd4..c595d3bbdf21 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ce1f93c6d53c3f91c3846cf66b018276c8ac2e7 +refs/heads/master: 695b5676c727d80921a2dc8737d5b3322222db85 diff --git a/trunk/arch/x86/kernel/amd_iommu_init.c b/trunk/arch/x86/kernel/amd_iommu_init.c index 595edd2befc6..30ae2701b3df 100644 --- a/trunk/arch/x86/kernel/amd_iommu_init.c +++ b/trunk/arch/x86/kernel/amd_iommu_init.c @@ -1215,7 +1215,7 @@ static int __init parse_amd_iommu_options(char *str) amd_iommu_isolate = 1; if (strncmp(str, "share", 5) == 0) amd_iommu_isolate = 0; - if (strncmp(str, "fullflush", 11) == 0) + if (strncmp(str, "fullflush", 9) == 0) amd_iommu_unmap_flush = true; }