Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers/files: ati-drivers-13.12-acpi.patch
Date: Fri, 27 Dec 2013 12:47:58
Message-Id: 20131227124752.CF9032004E@flycatcher.gentoo.org
1 scarabeus 13/12/27 12:47:52
2
3 Added: ati-drivers-13.12-acpi.patch
4 Log:
5 Version bump to 13.12. Use d.ge.o as mirror until amd stops with javascript for download. Remove some older versions to keep this slim. Fixes bug#496088
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.1 x11-drivers/ati-drivers/files/ati-drivers-13.12-acpi.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/files/ati-drivers-13.12-acpi.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/files/ati-drivers-13.12-acpi.patch?rev=1.1&content-type=text/plain
14
15 Index: ati-drivers-13.12-acpi.patch
16 ===================================================================
17 diff -urN common.old/lib/modules/fglrx/build_mod/kcl_acpi.c common/lib/modules/fglrx/build_mod/kcl_acpi.c
18 --- common.old/lib/modules/fglrx/build_mod/kcl_acpi.c 2013-12-27 13:32:34.734832283 +0100
19 +++ common/lib/modules/fglrx/build_mod/kcl_acpi.c 2013-12-27 13:33:31.849831765 +0100
20 @@ -1002,7 +1002,11 @@
21 #endif
22 {
23 return KCL_ACPI_ERROR;
24 - }
25 + }
26 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,9,1)
27 + ((acpi_tbl_table_handler)handler)(hdr);
28 +#else
29 ((acpi_table_handler)handler)(hdr);
30 +#endif
31 return KCL_ACPI_OK;
32 }