summaryrefslogtreecommitdiff
path: root/Documentation/block
diff options
context:
space:
mode:
authorArd Biesheuvel <ardb@kernel.org>2023-01-13 18:32:57 +0100
committerArd Biesheuvel <ardb@kernel.org>2023-09-11 08:13:18 +0000
commit944834901adc94b3a44d1dd153eb739a937e52d2 (patch)
tree8cd100abd4dc18af28663e8afde45dadf62faf24 /Documentation/block
parentb089ea3cc30de85ea7e20aa66500feb4082dfbf7 (diff)
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.rst3
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