]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia.git/blame - linux-4.0.patch
up to 352.21
[packages/xorg-driver-video-nvidia.git] / linux-4.0.patch
CommitLineData
d4127c3b
JR
1--- NVIDIA-Linux-x86_64-346.35-no-compat32/kernel/nv-linux.h~ 2015-01-11 05:30:46.000000000 +0100
2+++ NVIDIA-Linux-x86_64-346.35-no-compat32/kernel/nv-linux.h 2015-04-19 13:51:50.919754915 +0200
3@@ -336,6 +336,11 @@
4 #define NV_SPIN_UNLOCK(lock) spin_unlock(lock)
5 #define NV_SPIN_UNLOCK_WAIT(lock) spin_unlock_wait(lock)
6
7+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)
8+#define read_cr4 __read_cr4
9+#define write_cr4 __write_cr4
10+#endif
11+
12 #if defined(NVCPU_X86)
13 #ifndef write_cr4
14 #define write_cr4(x) __asm__ ("movl %0,%%cr4" :: "r" (x));
This page took 0.034051 seconds and 4 git commands to generate.