QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
306 B
14 lines
306 B
|
10 years ago
|
#ifndef OPENRISC_TARGET_SYSCALL_H
|
||
|
|
#define OPENRISC_TARGET_SYSCALL_H
|
||
|
11 years ago
|
|
||
|
14 years ago
|
#define UNAME_MACHINE "openrisc"
|
||
|
13 years ago
|
#define UNAME_MINIMUM_RELEASE "2.6.32"
|
||
|
12 years ago
|
|
||
|
6 years ago
|
#define TARGET_MCL_CURRENT 1
|
||
|
|
#define TARGET_MCL_FUTURE 2
|
||
|
|
#define TARGET_MCL_ONFAULT 4
|
||
|
11 years ago
|
|
||
|
10 years ago
|
#define MMAP_SHIFT TARGET_PAGE_BITS
|
||
|
|
|
||
|
10 years ago
|
#endif /* OPENRISC_TARGET_SYSCALL_H */
|