Skip to content

Commit

Permalink
[PATCH] Calgary IOMMU: save a bit of space in bus_info
Browse files Browse the repository at this point in the history
Make translation_disabled a uchar rather than an int

Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Jon Mason <jdmason@us.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
  • Loading branch information
Muli Ben-Yehuda authored and Andi Kleen committed Sep 26, 2006
1 parent a4fc520 commit 0577f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/kernel/pci-calgary.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 0577f14

Please sign in to comment.