linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/cell: local_irq_save takes an unsigned long
@ 2008-12-31  3:09 Stephen Rothwell
  2008-12-31  9:29 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2008-12-31  3:09 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: ppc-dev, Christian Krafft


Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
 .../powerpc/platforms/cell/cbe_cpufreq_pervasive.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/powerpc/platforms/cell/cbe_cpufreq_pervasive.c b/arch/powerpc/platforms/cell/cbe_cpufreq_pervasive.c
index 70fa7ae..20472e4 100644
--- a/arch/powerpc/platforms/cell/cbe_cpufreq_pervasive.c
+++ b/arch/powerpc/platforms/cell/cbe_cpufreq_pervasive.c
@@ -54,7 +54,7 @@ int cbe_cpufreq_set_pmode(int cpu, unsigned int pmode)
 {
 	struct cbe_pmd_regs __iomem *pmd_regs;
 	struct cbe_mic_tm_regs __iomem *mic_tm_regs;
-	u64 flags;
+	unsigned long flags;
 	u64 value;
 #ifdef DEBUG
 	long time;
-- 
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] 2+ messages in thread

* Re: [PATCH] powerpc/cell: local_irq_save takes an unsigned long
  2008-12-31  3:09 [PATCH] powerpc/cell: local_irq_save takes an unsigned long Stephen Rothwell
@ 2008-12-31  9:29 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2008-12-31  9:29 UTC (permalink / raw)
  To: linuxppc-dev, Paul Mackerras; +Cc: Stephen Rothwell, Christian Krafft

On Wednesday 31 December 2008, Stephen Rothwell wrote:
> 
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Acked-by: Arnd Bergmann <arnd@arndb.de>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-31  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-31  3:09 [PATCH] powerpc/cell: local_irq_save takes an unsigned long Stephen Rothwell
2008-12-31  9:29 ` Arnd Bergmann

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).