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

[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
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment