aboutsummaryrefslogtreecommitdiff
path: root/linux-user/cris/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/cris/syscall.h')
-rw-r--r--linux-user/cris/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/cris/syscall.h b/linux-user/cris/syscall.h
index 832ee64bd8..f5783c0557 100644
--- a/linux-user/cris/syscall.h
+++ b/linux-user/cris/syscall.h
@@ -1,8 +1,8 @@
#ifndef CRIS_SYSCALL_H
#define CRIS_SYSCALL_H 1
-
#define UNAME_MACHINE "cris"
+#define UNAME_MINIMUM_RELEASE "2.6.32"
/* pt_regs not only specifices the format in the user-struct during
* ptrace but is also the frame format used in the kernel prologue/epilogues