From: Muli Ben-Yehuda Date: Thu, 7 Dec 2006 01:14:06 +0000 (+0100) Subject: [PATCH] calgary: phb_shift can be int X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~89 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=58db85482743f5e3495d168c641c60ce1d3dfb06;p=linux-2.6-omap-h63xx.git [PATCH] calgary: phb_shift can be int Signed-off-by: Muli Ben-Yehuda Signed-off-by: Jon Mason Signed-off-by: Andi Kleen --- diff --git a/arch/x86_64/kernel/pci-calgary.c b/arch/x86_64/kernel/pci-calgary.c index d2ea87a9526..f53b581dfd0 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, { u64 val64; void __iomem *target; - unsigned long phb_shift = -1; + unsigned int phb_shift = ~0; /* silence gcc */ u64 mask; switch (busno_to_phbid(busnum)) {