dect
/
linux-2.6
Archived
13
0
Fork 0

powerpc/pasemi: local_irq_save uses an unsigned long

[Split from a larger patch - sfr]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Ingo Molnar 2009-01-06 14:06:28 +00:00 committed by Benjamin Herrenschmidt
parent b36ac9e84b
commit ac3f6454d1
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ static int get_gizmo_latency(void)
static void set_astate(int cpu, unsigned int astate)
{
u64 flags;
unsigned long flags;
/* Return if called before init has run */
if (unlikely(!sdcasr_mapbase))