summaryrefslogtreecommitdiff
path: root/pr/include/md/_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'pr/include/md/_linux.h')
-rw-r--r--pr/include/md/_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/md/_linux.h b/pr/include/md/_linux.h
index b18e1e6f..dbd95a20 100644
--- a/pr/include/md/_linux.h
+++ b/pr/include/md/_linux.h
@@ -63,10 +63,10 @@
#define _PR_SI_ARCHITECTURE "arm"
#elif defined(__hppa__)
#define _PR_SI_ARCHITECTURE "hppa"
-#elif defined(__s390__)
-#define _PR_SI_ARCHITECTURE "s390"
#elif defined(__s390x__)
#define _PR_SI_ARCHITECTURE "s390x"
+#elif defined(__s390__)
+#define _PR_SI_ARCHITECTURE "s390"
#else
#error "Unknown CPU architecture"
#endif