summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0003-Partially-revert-swiotlb-remove-various-exports.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-05-24 17:00:19 -0400
committerDavid P <megver83@parabola.nu>2018-05-24 17:05:20 -0400
commit489396436b701f41915ee2d5af41d6cf4e013cc4 (patch)
treeca51a3611d87356cd2aa7995b95d0a5ad1eaed96 /libre/linux-libre/0003-Partially-revert-swiotlb-remove-various-exports.patch
parent228470cb4f942809db81c84dbd5f7fc5947cd5b6 (diff)
downloadabslibre-489396436b701f41915ee2d5af41d6cf4e013cc4.tar.gz
abslibre-489396436b701f41915ee2d5af41d6cf4e013cc4.tar.bz2
abslibre-489396436b701f41915ee2d5af41d6cf4e013cc4.zip
upgpkg: libre/linux-libre 4.16.11_gnu-1
upgpkg: kernels/linux-libre-pae 4.16.11_gnu-1 upgpkg: kernels/linux-libre-lts-xtreme 4.9.102_gnu-1 Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/0003-Partially-revert-swiotlb-remove-various-exports.patch')
-rw-r--r--libre/linux-libre/0003-Partially-revert-swiotlb-remove-various-exports.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/libre/linux-libre/0003-Partially-revert-swiotlb-remove-various-exports.patch b/libre/linux-libre/0003-Partially-revert-swiotlb-remove-various-exports.patch
deleted file mode 100644
index de1bdde95..000000000
--- a/libre/linux-libre/0003-Partially-revert-swiotlb-remove-various-exports.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a4a45daaacca4c48f4f3840a42cf1c8f385c0e82 Mon Sep 17 00:00:00 2001
-Message-Id: <a4a45daaacca4c48f4f3840a42cf1c8f385c0e82.1526520264.git.jan.steffens@gmail.com>
-In-Reply-To: <1d8e17daf031e219d904ef93718081534c9e8cea.1526520263.git.jan.steffens@gmail.com>
-References: <1d8e17daf031e219d904ef93718081534c9e8cea.1526520263.git.jan.steffens@gmail.com>
-From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
-Date: Fri, 6 Apr 2018 16:19:38 +0200
-Subject: [PATCH 3/4] Partially revert "swiotlb: remove various exports"
-
-This partially reverts commit 4bd89ed39b2ab8dc4ac4b6c59b07d420b0213bec.
-The proprietary NVIDIA driver needs one of the exports.
----
- lib/swiotlb.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/swiotlb.c b/lib/swiotlb.c
-index dc81f16b9095..1c0a8699f8b9 100644
---- a/lib/swiotlb.c
-+++ b/lib/swiotlb.c
-@@ -1016,6 +1016,7 @@ swiotlb_map_sg_attrs(struct device *hwdev, struct scatterlist *sgl, int nelems,
- }
- return nelems;
- }
-+EXPORT_SYMBOL(swiotlb_map_sg_attrs);
-
- /*
- * Unmap a set of streaming mode DMA translations. Again, cpu read rules
---
-2.17.0
-