|
@@ -858,7 +858,7 @@ void __init gart_parse_options(char *p)
|
|
|
#endif
|
|
|
if (isdigit(*p) && get_option(&p, &arg))
|
|
|
iommu_size = arg;
|
|
|
- if (!strncmp(p, "fullflush", 8))
|
|
|
+ if (!strncmp(p, "fullflush", 9))
|
|
|
iommu_fullflush = 1;
|
|
|
if (!strncmp(p, "nofullflush", 11))
|
|
|
iommu_fullflush = 0;
|