Skip to content

Commit

Permalink
[PATCH] calgary: phb_shift can be int
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Muli Ben-Yehuda authored and Andi Kleen committed Dec 7, 2006
1 parent cef518e commit 58db854
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 @@ -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)) {
Expand Down

0 comments on commit 58db854

Please sign in to comment.