]> git.pld-linux.org Git - packages/xorg-driver-video-nvidia.git/blobdiff - linux-4.7-uvm.patch
up to 367.44
[packages/xorg-driver-video-nvidia.git] / linux-4.7-uvm.patch
diff --git a/linux-4.7-uvm.patch b/linux-4.7-uvm.patch
deleted file mode 100644 (file)
index 786db7f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/kernel/nvidia-uvm/uvm_linux.h
-+++ b/kernel/nvidia-uvm/uvm_linux.h
-@@ -547,7 +547,11 @@
-     INIT_RADIX_TREE(tree, GFP_NOWAIT);
- }
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 7, 0)
-+static bool radix_tree_is_empty(struct radix_tree_root *tree)
-+#else
- static bool radix_tree_empty(struct radix_tree_root *tree)
-+#endif
- {
-     void *dummy;
-     return radix_tree_gang_lookup(tree, &dummy, 0, 1) == 0;
-
This page took 0.054003 seconds and 4 git commands to generate.