diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches-rt/0044-Documentation-io-mapping-Remove-outdated-blurb.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0044-Documentation-io-mapping-Remove-outdated-blurb.patch b/debian/patches-rt/0044-Documentation-io-mapping-Remove-outdated-blurb.patch index 4ea660fff..57b62e988 100644 --- a/debian/patches-rt/0044-Documentation-io-mapping-Remove-outdated-blurb.patch +++ b/debian/patches-rt/0044-Documentation-io-mapping-Remove-outdated-blurb.patch @@ -1,8 +1,8 @@ -From edd5c644d78fbd912f6386c97ed2b4eaf2b58b47 Mon Sep 17 00:00:00 2001 +From d45aad297835562a9e75b5d26f4d8b5c5b6a00ad Mon Sep 17 00:00:00 2001 From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 3 Nov 2020 10:27:33 +0100 Subject: [PATCH 044/323] Documentation/io-mapping: Remove outdated blurb -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 The implementation details in the documentation are outdated and not really helpful. Remove them. @@ -14,7 +14,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 22 deletions(-) diff --git a/Documentation/driver-api/io-mapping.rst b/Documentation/driver-api/io-mapping.rst -index a966239f04e4..e33b88268554 100644 +index a966239f04e48..e33b88268554b 100644 --- a/Documentation/driver-api/io-mapping.rst +++ b/Documentation/driver-api/io-mapping.rst @@ -73,25 +73,3 @@ for pages mapped with io_mapping_map_wc. @@ -44,5 +44,5 @@ index a966239f04e4..e33b88268554 100644 -performs an IPI to inform all processors about the new mapping. This results -in a significant performance penalty. -- -2.43.0 +2.44.0 |