Skip to content

Commit

Permalink
powerpc/pasemi: local_irq_save uses an unsigned long
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
Ingo Molnar authored and Benjamin Herrenschmidt committed Jan 8, 2009
1 parent b36ac9e commit ac3f645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pasemi/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ac3f645

Please sign in to comment.