[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD nvidia-4.0.patch)
Tobias Powalowski
tpowa at archlinux.org
Fri May 8 12:23:39 UTC 2015
Date: Friday, May 8, 2015 @ 14:23:39
Author: tpowa
Revision: 238692
upgpkg: nvidia-304xx 304.125-16
rebuild against 4.0.2
Modified:
nvidia-304xx/trunk/PKGBUILD
Deleted:
nvidia-304xx/trunk/nvidia-4.0.patch
------------------+
PKGBUILD | 2 +-
nvidia-4.0.patch | 28 ----------------------------
2 files changed, 1 insertion(+), 29 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-08 12:18:38 UTC (rev 238691)
+++ PKGBUILD 2015-05-08 12:23:39 UTC (rev 238692)
@@ -5,7 +5,7 @@
pkgname=nvidia-304xx
pkgver=304.125
_extramodules=extramodules-4.0-ARCH
-pkgrel=15
+pkgrel=16
pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
arch=('i686' 'x86_64')
url="http://www.nvidia.com/"
Deleted: nvidia-4.0.patch
===================================================================
--- nvidia-4.0.patch 2015-05-08 12:18:38 UTC (rev 238691)
+++ nvidia-4.0.patch 2015-05-08 12:23:39 UTC (rev 238692)
@@ -1,28 +0,0 @@
---- kernel/nv-pat.c~ 2015-02-22 20:39:43.889075396 -0800
-+++ kernel/nv-pat.c 2015-02-22 20:29:33.519735577 -0800
-@@ -35,8 +35,13 @@
- unsigned long cr0 = read_cr0();
- write_cr0(((cr0 & (0xdfffffff)) | 0x40000000));
- wbinvd();
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)
-+ *cr4 = __read_cr4();
-+ if (*cr4 & 0x80) __write_cr4(*cr4 & ~0x80);
-+#else
- *cr4 = read_cr4();
- if (*cr4 & 0x80) write_cr4(*cr4 & ~0x80);
-+#endif
- __flush_tlb();
- }
-
-@@ -46,7 +46,11 @@
- wbinvd();
- __flush_tlb();
- write_cr0((cr0 & 0x9fffffff));
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,0,0)
-+ if (cr4 & 0x80) __write_cr4(cr4);
-+#else
- if (cr4 & 0x80) write_cr4(cr4);
-+#endif
- }
-
- static int nv_determine_pat_mode(void)
More information about the arch-commits
mailing list