Skip to content

Commit

Permalink
[PATCH] ppc64: fix compile warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Blanchard authored and Linus Torvalds committed Jul 8, 2005
1 parent 45e75df commit 10ca1e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/ppc64/kernel/iSeries_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 10ca1e1

Please sign in to comment.