aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
diff options
context:
space:
mode:
authorMuli Ben-Yehuda <muli@il.ibm.com>2006-12-06 20:14:06 -0500
committerAndi Kleen <andi@basil.nowhere.org>2006-12-06 20:14:06 -0500
commit58db85482743f5e3495d168c641c60ce1d3dfb06 (patch)
treebf074eab95f5e432023e7f7d5b57c4f51fafc791 /arch/x86_64
parentcef518e88b8ed94ea483c436ef5e5b151a3fabc6 (diff)
[PATCH] calgary: phb_shift can be int
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64')
-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 d2ea87a95268..f53b581dfd0b 100644
--- a/arch/x86_64/kernel/pci-calgary.c
+++ b/arch/x86_64/kernel/pci-calgary.c
@@ -740,7 +740,7 @@ static void __init calgary_increase_split_completion_timeout(void __iomem *bbar,
740{ 740{
741 u64 val64; 741 u64 val64;
742 void __iomem *target; 742 void __iomem *target;
743 unsigned long phb_shift = -1; 743 unsigned int phb_shift = ~0; /* silence gcc */
744 u64 mask; 744 u64 mask;
745 745
746 switch (busno_to_phbid(busnum)) { 746 switch (busno_to_phbid(busnum)) {