dect
/
linux-2.6
Archived
13
0
Fork 0

powerpc/cell: local_irq_save takes an unsigned long

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Stephen Rothwell 2008-12-30 17:09:15 +00:00 committed by Benjamin Herrenschmidt
parent ee418b8646
commit 54cfd0d5ca
1 changed files with 1 additions and 1 deletions

View File

@ -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;