Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 526602 | Differences between
and this patch

Collapse All | Expand All

(-)a/common/lib/modules/fglrx/build_mod/firegl_public.c (-1 / +1 lines)
Lines 6389-6395 Link Here
6389
 */
6389
 */
6390
void ATI_API_CALL KCL_fpu_begin(void)
6390
void ATI_API_CALL KCL_fpu_begin(void)
6391
{
6391
{
6392
#ifdef CONFIG_X86_64
6392
#if defined(CONFIG_X86_64) || LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0)
6393
    kernel_fpu_begin();
6393
    kernel_fpu_begin();
6394
#else
6394
#else
6395
#ifdef TS_USEDFPU
6395
#ifdef TS_USEDFPU

Return to bug 526602