From 059c0af4ea98171029046e3d3183fdbc441c00ce Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 26 Jul 2009 10:39:57 +0000 Subject: Version bump. Patches for 2.6.30 needs more testing in this version. Package-Manager: portage-2.2_rc33/cvs/Linux i686 --- x11-drivers/ati-drivers/files/kernel/9.7-smp.patch | 12 ++++++++++++ x11-drivers/ati-drivers/files/kernel/9.7-x86_32b.patch | 18 ++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 x11-drivers/ati-drivers/files/kernel/9.7-smp.patch create mode 100644 x11-drivers/ati-drivers/files/kernel/9.7-x86_32b.patch (limited to 'x11-drivers/ati-drivers/files') 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 ++#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 -- cgit v1.2.3-65-gdbad