updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / catalyst-rt / 2.6.26.patch
blob44fd708cf554e4fcf84c78b2ea8e2e5bef51b695
1 --- lib/modules/fglrx/build_mod/firegl_public.c 2008-08-18 11:45:42.000000000 +0000
2 +++ lib/modules/fglrx/build_mod/firegl_public.c.new 2008-08-22 16:25:10.643033742 +0000
3 @@ -2668,7 +2668,7 @@
5 /*Some kernel developer removed the export of symbol "flush_tlb_page" on 2.6.25 x86_64 SMP kernel.
6 Define a simple version here.*/
7 -#if defined(__x86_64__) && defined(__SMP__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25))
8 +#if defined(__x86_64__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25))
9 on_each_cpu(KCL_flush_tlb_one, &va, 1, 1);
10 #else
11 flush_tlb_page(vma, va);