]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia.git/blob - linux-4.0.patch
- fix building with linux 4.0
[packages/xorg-driver-video-nvidia.git] / linux-4.0.patch
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.024307 seconds and 3 git commands to generate.