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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- common/lib/modules/fglrx/build_mod/firegl_public.c
0
++ common/lib/modules/fglrx/build_mod/firegl_public.c
Lines 2308-2314 Link Here
2308
 * kernel <  2.6.27, on_each_cpu has 4 parameters.
2308
 * kernel <  2.6.27, on_each_cpu has 4 parameters.
2309
 * kernel >= 2.6.27, on_each_cpu has 3 parameters (removed the "retry" parameter)
2309
 * kernel >= 2.6.27, on_each_cpu has 3 parameters (removed the "retry" parameter)
2310
 */
2310
 */
2311
#if defined(__x86_64__) && (defined(__SMP__) || defined(CONFIG_SMP)) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) 
2311
#if defined(CONFIG_SMP) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) 
2312
#   if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27))
2312
#   if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27))
2313
        on_each_cpu(KCL_flush_tlb_one, &va, 1, 1);
2313
        on_each_cpu(KCL_flush_tlb_one, &va, 1, 1);
2314
#   else
2314
#   else

Return to bug 266819