From: Borislav Petkov Date: Mon, 9 Feb 2015 20:42:34 +0000 (+0100) Subject: x86/microcode: Consolidate family,model, ... code X-Git-Tag: omap-for-v4.1/fixes-rc1~188^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58ce8d6d3a7616014dc70fd8d8f945176d74957c;p=pandora-kernel.git x86/microcode: Consolidate family,model, ... code ... to the header. Split the family acquiring function into a main one, doing CPUID and a helper which computes the extended family and is used in multiple places. Get rid of the locally-grown get_x86_{family,model}(). While at it, rename local variables to something more descriptive and vertically align assignments for better readability. There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed