diff options
Diffstat (limited to 'media-video/ati-drivers/files/8.8.25-smp.patch')
-rw-r--r-- | media-video/ati-drivers/files/8.8.25-smp.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/ati-drivers/files/8.8.25-smp.patch b/media-video/ati-drivers/files/8.8.25-smp.patch new file mode 100644 index 000000000000..9914a8d9fde0 --- /dev/null +++ b/media-video/ati-drivers/files/8.8.25-smp.patch @@ -0,0 +1,12 @@ +--- firegl_public.c.bak 2004-12-10 11:35:14.091477807 +0100 ++++ firegl_public.c 2004-12-10 11:07:12.000000000 +0100 +@@ -32,6 +32,9 @@ + // ============================================================ + #include <linux/version.h> + #include <linux/autoconf.h> ++#ifdef CONFIG_SMP ++#define __SMP__ ++#endif + + #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,71) + #define EXPORT_SYMTAB 1 |