summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKarel Zak2008-05-19 10:21:50 +0200
committerKarel Zak2008-05-19 10:21:50 +0200
commit447ae7b834d3e58af26975a01d56a4a613c320f4 (patch)
tree71326324bd31aadc4bd2c7c4cfe755fe938a1500 /configure.ac
parentfdisk: doesn't recognize the VMware ESX partitions (diff)
downloadkernel-qcow2-util-linux-447ae7b834d3e58af26975a01d56a4a613c320f4.tar.gz
kernel-qcow2-util-linux-447ae7b834d3e58af26975a01d56a4a613c320f4.tar.xz
kernel-qcow2-util-linux-447ae7b834d3e58af26975a01d56a4a613c320f4.zip
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 a2887575b..29f189a46 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])