Skip to content

Commit 093d44f

Browse files
authored
Update xf86-video-nvidia-legacy-kernel-4.10.patch
corrects paths
1 parent b363e62 commit 093d44f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/x11/driver/xf86-video-nvidia-legacy/patches/xf86-video-nvidia-legacy-kernel-4.10.patch

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
diff --git kernel/nv-linux.h kernel/nv-linux.h
1+
diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
22
index b46e71f..3081c06 100644
3-
--- kernel/nv-linux.h
4-
+++ kernel/nv-linux.h
3+
--- a/kernel/nv-linux.h
4+
+++ b/kernel/nv-linux.h
55
@@ -1895,8 +1895,13 @@ static inline NvU64 nv_node_end_pfn(int nid)
66

77
#else
@@ -16,10 +16,10 @@ index b46e71f..3081c06 100644
1616

1717
#endif
1818

19-
diff --git kernel/nv-pat.c kernel/nv-pat.c
19+
diff --git a/kernel/nv-pat.c b/kernel/nv-pat.c
2020
index e71e81c..d742789 100644
21-
--- kernel/nv-pat.c
22-
+++ kernel/nv-pat.c
21+
--- a/kernel/nv-pat.c
22+
+++ b/kernel/nv-pat.c
2323
@@ -203,6 +203,7 @@ void nv_disable_pat_support(void)
2424
}
2525

0 commit comments

Comments
 (0)