summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2008-05-19 10:21:50 +0200
committerKarel Zak <kzak@redhat.com>2008-05-19 10:21:50 +0200
commit447ae7b834d3e58af26975a01d56a4a613c320f4 (patch)
tree71326324bd31aadc4bd2c7c4cfe755fe938a1500 /configure.ac
parent6cd11e0c0f4a8d9218dc80035ffa9b4d9322afc0 (diff)
downloadutil-linux-old-447ae7b834d3e58af26975a01d56a4a613c320f4.tar.gz
build-sys: add support ionice for Super-H architecture
Addresses-Red-Hat-Bugzilla: #446560 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a2887575..29f189a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -358,6 +358,7 @@ UTIL_CHECK_SYSCALL([ioprio_set],
[powerpc*], [273],
[s390*], [282],
[sparc*], [196],
+ [sh*], [288],
[x86_64*], [251])
UTIL_CHECK_SYSCALL([ioprio_get],
[alpha], [443],
@@ -366,6 +367,7 @@ UTIL_CHECK_SYSCALL([ioprio_get],
[powerpc*], [274],
[s390*], [283],
[sparc*], [218],
+ [sh*], [289],
[x86_64*], [252])