Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196684 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- common/lib/modules/fglrx/build_mod/firegl_public.h.orig 2007-10-11 23:43:26.000000000 +0200
0
++ common/lib/modules/fglrx/build_mod/firegl_public.h 2007-10-11 23:53:08.000000000 +0200
Lines 172-178 Link Here
172
#endif
172
#endif
173
173
174
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
174
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
175
#if !defined(CONFIG_SMP) || defined(CONFIG_SUSPEND_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
175
#if !defined(CONFIG_SMP) || defined(CONFIG_PM_SLEEP_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
176
#define FIREGL_POWER_MANAGEMENT
176
#define FIREGL_POWER_MANAGEMENT
177
#endif
177
#endif
178
#endif
178
#endif

Return to bug 196684