From: Dave Hansen Date: Wed, 2 Sep 2015 23:31:25 +0000 (-0700) Subject: x86/fpu: Remove partial LWP support definitions X-Git-Tag: firefly_0821_release~176^2~823^2~19 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=75933433d666c2ab13a7a93f4ec1e6f000a94ffc;p=firefly-linux-kernel-4.4.55.git x86/fpu: Remove partial LWP support definitions LightWeight Profiling was evidently an AMD profiling feature that we never got around to implementing. Remove the references to it. Signed-off-by: Dave Hansen Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Brian Gerst Cc: Denys Vlasenko Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Tim Chen Cc: dave@sr71.net Cc: linux-kernel@vger.kernel.org Link: http://lkml.kernel.org/r/20150902233125.7E602284@viggo.jf.intel.com Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/include/asm/fpu/types.h b/arch/x86/include/asm/fpu/types.h index 6aaafe07338d..5dc1a18ef11c 100644 --- a/arch/x86/include/asm/fpu/types.h +++ b/arch/x86/include/asm/fpu/types.h @@ -132,11 +132,6 @@ struct ymmh_struct { u8 ymmh_space[256]; }; -/* We don't support LWP yet: */ -struct lwp_struct { - u8 reserved[128]; -}; - /* Intel MPX support: */ struct bndreg { u64 lower_bound;