Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136826 Details for
Bug 200140
Please add x11-drivers/ati-catalyst-7.11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ati-catalyst-smp-sleep-fix.patch
ati-catalyst-smp-sleep-fix.patch (text/plain), 836 bytes, created by
Peter Alfredsen (RETIRED)
on 2007-11-24 00:28:48 UTC
(
hide
)
Description:
ati-catalyst-smp-sleep-fix.patch
Filename:
MIME Type:
Creator:
Peter Alfredsen (RETIRED)
Created:
2007-11-24 00:28:48 UTC
Size:
836 bytes
patch
obsolete
>--- common/lib/modules/fglrx/build_mod/firegl_public.h.old 2007-11-22 21:55:02.000000000 +0100 >+++ common/lib/modules/fglrx/build_mod/firegl_public.h 2007-11-22 22:01:17.000000000 +0100 >@@ -170,13 +170,19 @@ > #endif > #define PMD_PAGE(pmd) (pfn_to_page(pmd_val(pmd) >> PAGE_SHIFT)) > #endif > > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) >+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23) > #if !defined(CONFIG_SMP) || defined(CONFIG_SUSPEND_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) > #define FIREGL_POWER_MANAGEMENT > #endif >+#else >+#if !defined(CONFIG_SMP) || defined(CONFIG_PM_SLEEP_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) >+#define FIREGL_POWER_MANAGEMENT >+#endif >+#endif > #endif > > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14) > #define PMSG_EVENT(pmsg_state) (pmsg_state).event > #else
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 Raw
Actions:
View
Attachments on
bug 200140
:
136821
|
136822
|
136824
|
136825
| 136826 |
136827
|
136829
|
136830