From: muli@il.ibm.com
To: ak@suse.de
Cc: linux-kernel@vger.kernel.org, discuss@x86-64.org,
muli@il.ibm.com, jdmason@kudzu.us
Subject: [PATCH 1/4] Calgary: phb_shift can be int
Date: Thu, 02 Nov 2006 23:49:37 +0200 [thread overview]
Message-ID: <11625041802816-git-send-email-muli@il.ibm.com> (raw)
In-Reply-To: <11625041803066-git-send-email-muli@il.ibm.com>
From: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
---
arch/x86_64/kernel/pci-calgary.c | 2 +-
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 37a7708..31d5758 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_spli
{
u64 val64;
void __iomem *target;
- unsigned long phb_shift = -1;
+ unsigned int phb_shift = ~0; /* silence gcc */
u64 mask;
switch (busno_to_phbid(busnum)) {
--
1.4.1
next prev parent reply other threads:[~2006-11-02 21:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-02 21:49 [PATCH 0/4] Calgary: updates for 2.6.20 muli
2006-11-02 21:49 ` muli [this message]
2006-11-02 21:49 ` [PATCH 2/4] Calgary: use BIOS supplied BBARs and topology information muli
2006-11-02 21:49 ` [PATCH 3/4] Calgary: check BBAR ioremap success when ioremapping muli
2006-11-02 21:49 ` [PATCH 4/4] Calgary: allow compiling Calgary in but not using it by default muli
2006-11-02 22:12 ` [PATCH 1/4] Calgary: phb_shift can be int David Rientjes
2006-11-02 23:04 ` Richard B. Johnson
2006-11-02 23:19 ` David Rientjes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11625041802816-git-send-email-muli@il.ibm.com \
--to=muli@il.ibm.com \
--cc=ak@suse.de \
--cc=discuss@x86-64.org \
--cc=jdmason@kudzu.us \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.