Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45668 Details for
Bug 72311
ati-drivers ebuild fglrx kernel module is compiled with SMP enabled on Linux 2.6 kernels with SMP disabled but APIC enabled.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to correct __SMP__ in firegl_public.c with the respect to a kernel CONFIG_SMP
patch.ati-drivers-3.14.6.config-smp (text/plain), 376 bytes, created by
Vadym Karpenko
on 2004-12-10 02:45:47 UTC
(
hide
)
Description:
Patch to correct __SMP__ in firegl_public.c with the respect to a kernel CONFIG_SMP
Filename:
MIME Type:
Creator:
Vadym Karpenko
Created:
2004-12-10 02:45:47 UTC
Size:
376 bytes
patch
obsolete
>--- 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 72311
:
44618
| 45668