diff options
Diffstat (limited to 'debian/patches-rt/0060-io-mapping-Remove-io_mapping_map_atomic_wc.patch')
-rw-r--r-- | debian/patches-rt/0060-io-mapping-Remove-io_mapping_map_atomic_wc.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches-rt/0060-io-mapping-Remove-io_mapping_map_atomic_wc.patch b/debian/patches-rt/0060-io-mapping-Remove-io_mapping_map_atomic_wc.patch index f8374350f..81e320867 100644 --- a/debian/patches-rt/0060-io-mapping-Remove-io_mapping_map_atomic_wc.patch +++ b/debian/patches-rt/0060-io-mapping-Remove-io_mapping_map_atomic_wc.patch @@ -1,8 +1,8 @@ -From 925f92c53f78436e9242942d1a31a1ecc61ba740 Mon Sep 17 00:00:00 2001 +From 8a390f6d3dc23e6f4f5113b1a6c5e3d2350d1c4d Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 3 Nov 2020 10:27:49 +0100 Subject: [PATCH 060/323] io-mapping: Remove io_mapping_map_atomic_wc() -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz No more users. Get rid of it and remove the traces in documentation. @@ -14,7 +14,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 2 files changed, 9 insertions(+), 55 deletions(-) diff --git a/Documentation/driver-api/io-mapping.rst b/Documentation/driver-api/io-mapping.rst -index a0cfb15988df..a7830c59481f 100644 +index a0cfb15988dfc..a7830c59481f6 100644 --- a/Documentation/driver-api/io-mapping.rst +++ b/Documentation/driver-api/io-mapping.rst @@ -21,19 +21,15 @@ mappable, while 'size' indicates how large a mapping region to @@ -76,7 +76,7 @@ index a0cfb15988df..a7830c59481f 100644 The mappings are released with:: diff --git a/include/linux/io-mapping.h b/include/linux/io-mapping.h -index c093e81310a9..4bb8223f2f82 100644 +index c093e81310a9b..4bb8223f2f822 100644 --- a/include/linux/io-mapping.h +++ b/include/linux/io-mapping.h @@ -60,28 +60,7 @@ io_mapping_fini(struct io_mapping *mapping) @@ -136,5 +136,5 @@ index c093e81310a9..4bb8223f2f82 100644 io_mapping_map_local_wc(struct io_mapping *mapping, unsigned long offset) { -- -2.43.0 +2.44.0 |