summaryrefslogtreecommitdiff
path: root/linux-user/microblaze/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/microblaze/syscall.h')
-rw-r--r--linux-user/microblaze/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/microblaze/syscall.h b/linux-user/microblaze/syscall.h
index d550989d5e..5b5f6b447d 100644
--- a/linux-user/microblaze/syscall.h
+++ b/linux-user/microblaze/syscall.h
@@ -1,8 +1,8 @@
#ifndef MICROBLAZE_SYSCALLS_H
#define MICROBLAZE_SYSCALLS_H 1
-
#define UNAME_MACHINE "microblaze"
+#define UNAME_MINIMUM_RELEASE "2.6.32"
/* We use microblaze_reg_t to keep things similar to the kernel sources. */
typedef uint32_t microblaze_reg_t;