summarylogtreecommitdiffstats
path: root/crimson_i686_xg.patch
diff options
context:
space:
mode:
authorVi0L02015-11-25 07:20:37 +0100
committerVi0L02015-11-25 07:20:37 +0100
commit9b80b4eebb311766d28e8cdfa88695d2eb006f67 (patch)
tree87ffb9b21ddabf27390152f2a773d5f230831d04 /crimson_i686_xg.patch
parentcbddf59ab97ff0667d2339c135ae8a48a577e9e0 (diff)
downloadaur-9b80b4eebb311766d28e8cdfa88695d2eb006f67.tar.gz
updated to 15.11 AKA Crimson
Diffstat (limited to 'crimson_i686_xg.patch')
-rw-r--r--crimson_i686_xg.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/crimson_i686_xg.patch b/crimson_i686_xg.patch
new file mode 100644
index 000000000000..e3ce379f33d2
--- /dev/null
+++ b/crimson_i686_xg.patch
@@ -0,0 +1,12 @@
+--- 15.11/common/lib/modules/fglrx/build_mod/firegl_public.c 2015-11-21 00:35:38.000000000 +0100
++++ 15.11b/common/lib/modules/fglrx/build_mod/firegl_public.c 2015-11-24 22:28:02.113843493 +0100
+@@ -1714,6 +1714,9 @@
+
+ #if defined(__i386__)
+ #ifndef __HAVE_ARCH_CMPXCHG
++#ifndef __xg
++#define __xg(x) ((volatile long *)(x))
++#endif
+ static inline
+ unsigned long __fgl_cmpxchg(volatile void *ptr, unsigned long old,
+ unsigned long new, int size)