All target_pt_regs which have not been broken out to target_ptrace.h by this point are unused. Remove them. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
12 lines
288 B
C
12 lines
288 B
C
#ifndef M68K_TARGET_SYSCALL_H
|
|
#define M68K_TARGET_SYSCALL_H
|
|
|
|
#define UNAME_MACHINE "m68k"
|
|
#define UNAME_MINIMUM_RELEASE "2.6.32"
|
|
|
|
#define TARGET_MCL_CURRENT 1
|
|
#define TARGET_MCL_FUTURE 2
|
|
#define TARGET_MCL_ONFAULT 4
|
|
#define TARGET_WANT_OLD_SYS_SELECT
|
|
|
|
#endif /* M68K_TARGET_SYSCALL_H */
|