* [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long
@ 2008-12-31 3:12 Stephen Rothwell
2008-12-31 4:20 ` Roland Dreier
2009-01-07 19:24 ` Roland Dreier
0 siblings, 2 replies; 4+ messages in thread
From: Stephen Rothwell @ 2008-12-31 3:12 UTC (permalink / raw)
To: Hoang-Nam Nguyen, Christoph Raisch
Cc: ppc-dev, Heiko J Schick, Joachim Fenkes, general
This will also help prevent some warnings when we change u64 to unsigned
long long.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
drivers/infiniband/hw/ehca/ehca_main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/infiniband/hw/ehca/ehca_main.c b/drivers/infiniband/hw/ehca/ehca_main.c
index 3b77b67..c7b8a50 100644
--- a/drivers/infiniband/hw/ehca/ehca_main.c
+++ b/drivers/infiniband/hw/ehca/ehca_main.c
@@ -955,7 +955,7 @@ void ehca_poll_eqs(unsigned long data)
struct ehca_eq *eq = &shca->eq;
int max = 3;
volatile u64 q_ofs, q_ofs2;
- u64 flags;
+ unsigned long flags;
spin_lock_irqsave(&eq->spinlock, flags);
q_ofs = eq->ipz_queue.current_q_offset;
spin_unlock_irqrestore(&eq->spinlock, flags);
--
1.6.0.5
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long
2008-12-31 3:12 [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long Stephen Rothwell
@ 2008-12-31 4:20 ` Roland Dreier
2008-12-31 4:44 ` Stephen Rothwell
2009-01-07 19:24 ` Roland Dreier
1 sibling, 1 reply; 4+ messages in thread
From: Roland Dreier @ 2008-12-31 4:20 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Heiko J Schick, Joachim Fenkes, ppc-dev, Christoph Raisch,
general
are you trying to land the 'typedef unsigned long u64' change for
2.6.28, or can these patches wait for 2.6.29?
- R.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long
2008-12-31 4:20 ` Roland Dreier
@ 2008-12-31 4:44 ` Stephen Rothwell
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2008-12-31 4:44 UTC (permalink / raw)
To: Roland Dreier
Cc: Heiko J Schick, Joachim Fenkes, ppc-dev, Christoph Raisch,
general
[-- Attachment #1: Type: text/plain, Size: 374 bytes --]
Hi Roland,
On Tue, 30 Dec 2008 20:20:29 -0800 Roland Dreier <rdreier@cisco.com> wrote:
>
> are you trying to land the 'typedef unsigned long u64' change for
> 2.6.28, or can these patches wait for 2.6.29?
2.6.29 (or even 30), I would think at this point.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long
2008-12-31 3:12 [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long Stephen Rothwell
2008-12-31 4:20 ` Roland Dreier
@ 2009-01-07 19:24 ` Roland Dreier
1 sibling, 0 replies; 4+ messages in thread
From: Roland Dreier @ 2009-01-07 19:24 UTC (permalink / raw)
To: Stephen Rothwell
Cc: Heiko J Schick, Joachim Fenkes, ppc-dev, Christoph Raisch,
general
thanks, applied.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-07 19:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31 3:12 [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long Stephen Rothwell
2008-12-31 4:20 ` Roland Dreier
2008-12-31 4:44 ` Stephen Rothwell
2009-01-07 19:24 ` Roland Dreier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).