Commit 10ca1e1e authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds
Browse files

[PATCH] ppc64: fix compile warning



Fix a compile warning introduced by the previous patches.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 45e75dfb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {