From: Arkadiusz Miƛkiewicz Date: Fri, 12 Oct 2007 10:04:46 +0000 (+0000) Subject: - check proper def for PM (from lkml) X-Git-Tag: DEVEL X-Git-Url: http://git.pld-linux.org/?p=packages%2FX11-driver-firegl.git;a=commitdiff_plain;h=160668dcbd5869c85cabe89b9984a02096689070;hp=3d97dd6b2e7124c1993dc450a3fd4cb34c609b07 - check proper def for PM (from lkml) Changed files: xorg-driver-video-fglrx-pm.patch -> 1.1 --- diff --git a/xorg-driver-video-fglrx-pm.patch b/xorg-driver-video-fglrx-pm.patch new file mode 100644 index 0000000..c9ce50e --- /dev/null +++ b/xorg-driver-video-fglrx-pm.patch @@ -0,0 +1,11 @@ +--- ./common/lib/modules/fglrx/build_mod/firegl_public.h.org 2007-10-12 11:58:44.358677250 +0200 ++++ ./common/lib/modules/fglrx/build_mod/firegl_public.h 2007-10-12 11:59:05.239709409 +0200 +@@ -172,7 +172,7 @@ + #endif + + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) +-#if !defined(CONFIG_SMP) || defined(CONFIG_SUSPEND_SMP) // ACPI not working on older SMP kernel (prior to 2.6.13) ++#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) + #define FIREGL_POWER_MANAGEMENT + #endif + #endif