diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-07-26 10:39:57 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-07-26 10:39:57 +0000 |
commit | 059c0af4ea98171029046e3d3183fdbc441c00ce (patch) | |
tree | 650d5c4be7d56f4e924d35585caf0cb7ec7fd61d /x11-drivers/ati-drivers/files | |
parent | Do not build test programs unless needed, bug #226257. (diff) | |
download | historical-059c0af4ea98171029046e3d3183fdbc441c00ce.tar.gz historical-059c0af4ea98171029046e3d3183fdbc441c00ce.tar.bz2 historical-059c0af4ea98171029046e3d3183fdbc441c00ce.zip |
Version bump. Patches for 2.6.30 needs more testing in this version.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'x11-drivers/ati-drivers/files')
-rw-r--r-- | x11-drivers/ati-drivers/files/kernel/9.7-smp.patch | 12 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/files/kernel/9.7-x86_32b.patch | 18 |
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-drivers/ati-drivers/files/kernel/9.7-smp.patch b/x11-drivers/ati-drivers/files/kernel/9.7-smp.patch new file mode 100644 index 000000000000..a5a7d1898c5a --- /dev/null +++ b/x11-drivers/ati-drivers/files/kernel/9.7-smp.patch @@ -0,0 +1,12 @@ +--- a/common/lib/modules/fglrx/build_mod/firegl_public.c 2009-05-30 01:21:53.000000000 +0200 ++++ b/common/lib/modules/fglrx/build_mod/firegl_public.c 2009-07-11 18:19:51.959258324 +0200 +@@ -29,6 +29,9 @@ + #endif + + #include <linux/autoconf.h> ++#ifdef CONFIG_SMP ++#define __SMP__ ++#endif + + #if !defined(CONFIG_X86_PC) + #if !defined(CONFIG_X86_64) diff --git a/x11-drivers/ati-drivers/files/kernel/9.7-x86_32b.patch b/x11-drivers/ati-drivers/files/kernel/9.7-x86_32b.patch new file mode 100644 index 000000000000..eb3f6551fc70 --- /dev/null +++ b/x11-drivers/ati-drivers/files/kernel/9.7-x86_32b.patch @@ -0,0 +1,18 @@ +--- common/lib/modules/fglrx/build_mod/firegl_public.c ++++ common/lib/modules/fglrx/build_mod/firegl_public.c +@@ -41,6 +41,7 @@ + #if !defined(CONFIG_X86_BIGSMP) + #if !defined(CONFIG_X86_VISWS) + #if !defined(CONFIG_X86_GENERICARCH) ++#if !defined(CONFIG_X86_32) + #error unknown or undefined architecture configured + #endif + #endif +@@ -53,6 +54,7 @@ + #endif + #endif + #endif ++#endif + + /* The dirty-page-tracking patch included in NLD 9 SMP kernels defines + * a static inline function that uses a GPL-only symbol in a header |