From: Ingo Molnar Date: Fri, 24 Apr 2015 07:23:59 +0000 (+0200) Subject: x86/fpu: Rename 'xstate_features' to 'xfeatures_nr' X-Git-Tag: omap-for-v4.2/fixes-rc1^2~174^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84246fe4e3a0e412a9602983ba37f4e4dbebb3e8;p=pandora-kernel.git x86/fpu: Rename 'xstate_features' to 'xfeatures_nr' The name 'xstate_features' does not tell us whether it's a bitmap or any other value. That it's a count of features is only obvious if you read the code that calculates it. Rename it to the more descriptive 'xfeatures_nr' name. Reviewed-by: Borislav Petkov Cc: Andy Lutomirski Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed