diff options
Diffstat (limited to 'x11-drivers/ati-drivers/files/kernel/9.7-x86_32b.patch')
-rw-r--r-- | x11-drivers/ati-drivers/files/kernel/9.7-x86_32b.patch | 18 |
1 files changed, 18 insertions, 0 deletions
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 |