Re: [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long

2009-01-07 Thread Roland Dreier
thanks, applied. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long

2008-12-30 Thread Stephen Rothwell
This will also help prevent some warnings when we change u64 to unsigned long long. Signed-off-by: Stephen Rothwell s...@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

Re: [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long

2008-12-30 Thread Roland Dreier
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. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH] infiniband/ehca: spin_lock_irqsave takes an unsigned long

2008-12-30 Thread Stephen Rothwell
Hi Roland, On Tue, 30 Dec 2008 20:20:29 -0800 Roland Dreier rdre...@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