[PATCH] Fix "value computed is not used" compile warnings with gcc-4.1
commit911b0ad25d167fede6aadc05065b414ec7ab5086
authorTakashi Iwai <tiwai@suse.de>
Sun, 5 Feb 2006 07:28:05 +0000 (4 23:28 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 5 Feb 2006 19:06:54 +0000 (5 11:06 -0800)
tree8e85fd8a70a75aa8b2d18b89b2ebd8fc843c361c
parentb53e8f68e07fb8f3ba9ab1812c9c186c09a50c16
[PATCH] Fix "value computed is not used" compile warnings with gcc-4.1

Fix gcc4.1 compile warnings "value computed is not used" with
set_current_state() and set_task_state() on i386/SMP and x86-64.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-i386/system.h
include/asm-x86_64/system.h