Commit ab30a592 authored by Olof Johansson's avatar Olof Johansson Committed by Linus Torvalds

[PATCH] ppc64: Use iommu=force instead of iommu=on for commonality with x86_64

parent 9658e7b7
...@@ -546,7 +546,7 @@ prom_initialize_lmb(unsigned long mem) ...@@ -546,7 +546,7 @@ prom_initialize_lmb(unsigned long mem)
opt++; opt++;
if (!strncmp(opt, RELOC("off"), 3)) if (!strncmp(opt, RELOC("off"), 3))
nodart = 1; nodart = 1;
else if (!strncmp(opt, RELOC("on"), 2)) else if (!strncmp(opt, RELOC("force"), 5))
RELOC(dart_force_on) = 1; RELOC(dart_force_on) = 1;
} }
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment