From: Ian Campbell Date: Wed, 30 Jan 2008 12:33:27 +0000 (+0100) Subject: x86_32: remove unnecessary use of %ebx as the boot cpu flag X-Git-Tag: v2.6.25-rc1~1143^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=503595010f2024b236fd2636a7318fe64c794d6c;p=pandora-kernel.git x86_32: remove unnecessary use of %ebx as the boot cpu flag Currently in head_32.S there are two ways we test to see if we are the boot cpu. By looking at %ebx and by looking at the static variable ready. When changing things around I have found that it gets tricky to preserve %ebx. So this patch just switches head.S over to the more reliable test of always using ready. Hopefully later we can kill these tests entirely. Signed-off-by: Eric W. Biederman Signed-off-by: Ian Campbell Cc: H. Peter Anvin Cc: Andi Kleen Cc: Mika Penttilä Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed