mrueg 14/11/20 10:55:18 Added: use-kernel_fpu_begin.patch Log: Proxy commit for Emil Karlson. Fix x86-32 build failure on linux-3.17. See bug #526602. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.1 x11-drivers/ati-drivers/files/use-kernel_fpu_begin.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/files/use-kernel_fpu_begin.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/files/use-kernel_fpu_begin.patch?rev=1.1&content-type=text/plain Index: use-kernel_fpu_begin.patch =================================================================== diff -Naur a/common/lib/modules/fglrx/build_mod/firegl_public.c b/common/lib/modules/fglrx/build_mod/firegl_public.c --- a/common/lib/modules/fglrx/build_mod/firegl_public.c 2014-10-27 23:30:58.630304842 +0200 +++ b/common/lib/modules/fglrx/build_mod/firegl_public.c 2014-10-27 23:32:57.300306011 +0200 @@ -6389,7 +6389,7 @@ */ void ATI_API_CALL KCL_fpu_begin(void) { -#ifdef CONFIG_X86_64 +#if defined(CONFIG_X86_64) || LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0) kernel_fpu_begin(); #else #ifdef TS_USEDFPU
