OSDN Git Service

[PATCH] ppc64: fix compile warning
authorAnton Blanchard <anton@samba.org>
Fri, 8 Jul 2005 00:56:34 +0000 (17:56 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 8 Jul 2005 01:23:41 +0000 (18:23 -0700)
Fix a compile warning introduced by the previous patches.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/iSeries_setup.c

index b4c919e..32483dc 100644 (file)
@@ -888,7 +888,6 @@ static int iseries_shared_idle(void)
 
 static int iseries_dedicated_idle(void)
 {
-       struct paca_struct *lpaca = get_paca();
        long oldval;
 
        while (1) {