Commit 0577f148 authored by Muli Ben-Yehuda's avatar Muli Ben-Yehuda Committed by Andi Kleen

[PATCH] Calgary IOMMU: save a bit of space in bus_info

Make translation_disabled a uchar rather than an int
Signed-off-by: default avatarMuli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: default avatarJon Mason <jdmason@us.ibm.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent a4fc520a
...@@ -117,7 +117,7 @@ static int calgary_detected __read_mostly = 0; ...@@ -117,7 +117,7 @@ static int calgary_detected __read_mostly = 0;
struct calgary_bus_info { struct calgary_bus_info {
void *tce_space; void *tce_space;
int translation_disabled; unsigned char translation_disabled;
signed char phbid; signed char phbid;
}; };
......
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