]> git.pld-linux.org Git - packages/X11-driver-firegl.git/blame - xorg-driver-video-fglrx-pm.patch
- check proper def for PM (from lkml)
[packages/X11-driver-firegl.git] / xorg-driver-video-fglrx-pm.patch
CommitLineData
160668dc
AM
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.027934 seconds and 4 git commands to generate.