aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2006-03-28 01:14:44 -0500
committerPaul Mackerras <paulus@samba.org>2006-03-28 04:40:33 -0500
commit4d177fbfdadb011f1bac96f9ccba0cc9f21da8de (patch)
treeebd6442522d817a266f22262022d11155717f743 /arch/powerpc/platforms
parentcf66c897d7fa07f57452b1a369aec37d97b11e31 (diff)
[PATCH] powerpc: a couple of trivial compile warning fixes
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/pseries/setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/setup.c b/arch/powerpc/platforms/pseries/setup.c
index f736234db9b2..1b0c4c034a26 100644
--- a/arch/powerpc/platforms/pseries/setup.c
+++ b/arch/powerpc/platforms/pseries/setup.c
@@ -455,8 +455,6 @@ out:
455 455
456static void pseries_shared_idle_sleep(void) 456static void pseries_shared_idle_sleep(void)
457{ 457{
458 unsigned int cpu = smp_processor_id();
459
460 /* 458 /*
461 * Indicate to the HV that we are idle. Now would be 459 * Indicate to the HV that we are idle. Now would be
462 * a good time to find other work to dispatch. 460 * a good time to find other work to dispatch.