mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 08:09:56 +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;
|
u64 val64;
|
||||||
void __iomem *target;
|
void __iomem *target;
|
||||||
unsigned long phb_shift = -1;
|
unsigned int phb_shift = ~0; /* silence gcc */
|
||||||
u64 mask;
|
u64 mask;
|
||||||
|
|
||||||
switch (busno_to_phbid(busnum)) {
|
switch (busno_to_phbid(busnum)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user