mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
[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>
This commit is contained in:
parent
cef518e88b
commit
58db854827
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user