]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blob - xorg-driver-video-fglrx-pm.patch
- check proper def for PM (from lkml)
[packages/X11-driver-firegl.git] / xorg-driver-video-fglrx-pm.patch
1 --- ./common/lib/modules/fglrx/build_mod/firegl_public.h.org    2007-10-12 11:58:44.358677250 +0200
2 +++ ./common/lib/modules/fglrx/build_mod/firegl_public.h        2007-10-12 11:59:05.239709409 +0200
3 @@ -172,7 +172,7 @@
4  #endif
5  
6  #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
7 -#if !defined(CONFIG_SMP) || defined(CONFIG_SUSPEND_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
8 +#if !defined(CONFIG_SMP) || defined(CONFIG_SUSPEND_SMP) || defined(CONFIG_PM_SLEEP_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) 
9  #define FIREGL_POWER_MANAGEMENT
10  #endif
11  #endif
This page took 0.044749 seconds and 3 git commands to generate.