From: Alex Nixon Date: Fri, 22 Aug 2008 10:52:12 +0000 (+0100) Subject: x86_32: clean up play_dead X-Git-Tag: v2.6.28-rc1~699^2^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379002586368ae22916f668011c9118c8ce8189c;p=pandora-kernel.git x86_32: clean up play_dead The removal of the CPU from the various maps was redundant as it already happened in cpu_disable. After cleaning this up, cpu_uninit only resets the tlb state, so rename it and create a noop version for the X86_64 case (so the two play_deads can be unified later). Signed-off-by: Alex Nixon Acked-by: Jeremy Fitzhardinge Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed