[PATCH] Fix a PDA warning uncovered by the new type checking
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:39 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:39 +0000 (10:52 +0200)
commit7b0bda74f7e77f362eaeee837e7911238acf4c76
treec2bfcbee2ad9a8534ab3d9d4107822786ec6d598
parent85691f135db78f3548107a0abe383dfab3bc38fa
[PATCH] Fix a PDA warning uncovered by the new type checking

Fix
linux/arch/x86_64/kernel/process.c: In function __switch_to:
linux/arch/x86_64/kernel/process.c:626: warning: assignment makes integer from pointer without a cast

Signed-off-by: Andi Kleen <ak@suse.de>
arch/x86_64/kernel/process.c