|
@@ -216,7 +216,7 @@ static __init int iommu_setup(char *p)
|
|
if (!strncmp(p, "allowdac", 8))
|
|
if (!strncmp(p, "allowdac", 8))
|
|
forbid_dac = 0;
|
|
forbid_dac = 0;
|
|
if (!strncmp(p, "nodac", 5))
|
|
if (!strncmp(p, "nodac", 5))
|
|
- forbid_dac = -1;
|
|
|
|
|
|
+ forbid_dac = 1;
|
|
if (!strncmp(p, "usedac", 6)) {
|
|
if (!strncmp(p, "usedac", 6)) {
|
|
forbid_dac = -1;
|
|
forbid_dac = -1;
|
|
return 1;
|
|
return 1;
|