From 160668dcbd5869c85cabe89b9984a02096689070 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 12 Oct 2007 10:04:46 +0000 Subject: [PATCH] - check proper def for PM (from lkml) Changed files: xorg-driver-video-fglrx-pm.patch -> 1.1 --- xorg-driver-video-fglrx-pm.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xorg-driver-video-fglrx-pm.patch 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 -- 2.44.0