Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 5444b90292eace235de184f63e7cef8b > files > 4

fglrx-12.104-3.mga3.nonfree.src.rpm

--- fglrx-12.104/common/lib/modules/fglrx/build_mod/firegl_public.c.orig	2013-04-17 00:29:55.000000000 +0300
+++ fglrx-12.104/common/lib/modules/fglrx/build_mod/firegl_public.c	2013-05-15 21:34:12.878640412 +0300
@@ -3088,7 +3088,11 @@ int ATI_API_CALL KCL_MEM_MTRR_DeleteRegi
 int ATI_API_CALL KCL_EFI_IS_ENABLED(void)
 {
 #ifdef CONFIG_EFI
+#ifdef EFI_BOOT
+    return efi_enabled(EFI_BOOT);
+#else
     return efi_enabled;
+#endif
 #else
     return 0;
 #endif