aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/pci-calgary.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/kernel/pci-calgary.c')
-rw-r--r--arch/x86_64/kernel/pci-calgary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/pci-calgary.c b/arch/x86_64/kernel/pci-calgary.c
index f541fb564d92..caf84e4e4ca9 100644
--- a/arch/x86_64/kernel/pci-calgary.c
+++ b/arch/x86_64/kernel/pci-calgary.c
@@ -117,7 +117,7 @@ static int calgary_detected __read_mostly = 0;
117 117
118struct calgary_bus_info { 118struct calgary_bus_info {
119 void *tce_space; 119 void *tce_space;
120 int translation_disabled; 120 unsigned char translation_disabled;
121 signed char phbid; 121 signed char phbid;
122}; 122};
123 123