diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2023-01-13 18:32:57 +0100 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2023-09-11 08:13:18 +0000 |
commit | 944834901adc94b3a44d1dd153eb739a937e52d2 (patch) | |
tree | 8cd100abd4dc18af28663e8afde45dadf62faf24 /Documentation/block | |
parent | b089ea3cc30de85ea7e20aa66500feb4082dfbf7 (diff) | |
download | linux-944834901adc94b3a44d1dd153eb739a937e52d2.tar.gz linux-944834901adc94b3a44d1dd153eb739a937e52d2.tar.bz2 linux-944834901adc94b3a44d1dd153eb739a937e52d2.zip |
Documentation: Drop or replace remaining mentions of IA64
Drop or update mentions of IA64, as appropriate.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'Documentation/block')
-rw-r--r-- | Documentation/block/ioprio.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/block/ioprio.rst b/Documentation/block/ioprio.rst index f72b0de65af7..a25c6d5df87b 100644 --- a/Documentation/block/ioprio.rst +++ b/Documentation/block/ioprio.rst @@ -80,9 +80,6 @@ ionice.c tool:: #elif defined(__x86_64__) #define __NR_ioprio_set 251 #define __NR_ioprio_get 252 - #elif defined(__ia64__) - #define __NR_ioprio_set 1274 - #define __NR_ioprio_get 1275 #else #error "Unsupported arch" #endif |