From: Magnus Damm Date: Tue, 26 Sep 2006 08:52:36 +0000 (+0200) Subject: [PATCH] i386: remove redundant generic_identify() calls when identifying cpus X-Git-Tag: v2.6.19-rc1~1077^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68bbc172cd1b0ee01814304b8a7bef8922d5fdca;p=pandora-kernel.git [PATCH] i386: remove redundant generic_identify() calls when identifying cpus cpu_dev->c_identify is only called from arch/i386/common.c:identify_cpu(), and this after generic_identify() already has been called. There is no need to call this function twice and hook it in c_identify - but I may be wrong, please double check before applying. This patch also removes generic_identify() from cpu.h to avoid unnecessary future nesting. Signed-off-by: Magnus Damm Signed-off-by: Andi Kleen --- Reading git-diff-tree failed