summarylogtreecommitdiffstats
path: root/010-nvidia-kernel-5.7.patch
diff options
context:
space:
mode:
authorDaniel Bermond2020-07-11 15:12:04 +0000
committerDaniel Bermond2020-07-11 15:12:04 +0000
commitb088ab933affd20365f8bcc8aa6388b35d818ffc (patch)
treea75cde30871c2df439da30c94c04906b89d576c1 /010-nvidia-kernel-5.7.patch
parentb22314cfc4b2aba061872a1953f96e65ab9aab27 (diff)
downloadaur-b088ab933affd20365f8bcc8aa6388b35d818ffc.tar.gz
Updated to version 450.57
Diffstat (limited to '010-nvidia-kernel-5.7.patch')
-rw-r--r--010-nvidia-kernel-5.7.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/010-nvidia-kernel-5.7.patch b/010-nvidia-kernel-5.7.patch
deleted file mode 100644
index d7c58e10d7f0..000000000000
--- a/010-nvidia-kernel-5.7.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/kernel/conftest.sh
-+++ b/kernel/conftest.sh
-@@ -144,6 +144,7 @@ test_headers() {
- FILES="$FILES video/nv_internal.h"
- FILES="$FILES asm/book3s/64/hash-64k.h"
- FILES="$FILES asm/set_memory.h"
-+ FILES="$FILES asm/pgtable.h"
- FILES="$FILES asm/prom.h"
- FILES="$FILES asm/powernv.h"
- FILES="$FILES asm/tlbflush.h"
-@@ -471,6 +472,9 @@ compile_test() {
- # It does not exist on all architectures.
- #
- CODE="
-+ #if defined(NV_ASM_PGTABLE_H_PRESENT)
-+ #include <asm/pgtable.h>
-+ #endif
- #if defined(NV_ASM_SET_MEMORY_H_PRESENT)
- #if defined(NV_ASM_PGTABLE_TYPES_H_PRESENT)
- #include <asm/pgtable_types.h>