提交 0577f148 编写于 作者: M Muli Ben-Yehuda 提交者: 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: NMuli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: NJon Mason <jdmason@us.ibm.com>
Signed-off-by: NAndi Kleen <ak@suse.de>
上级 a4fc520a
......@@ -117,7 +117,7 @@ static int calgary_detected __read_mostly = 0;
struct calgary_bus_info {
void *tce_space;
int translation_disabled;
unsigned char translation_disabled;
signed char phbid;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册