Revision cf720db3

b/linux-user/arm/syscall.h
28 28
#define ARM_SYSCALL_BASE	0x900000
29 29

  
30 30
#define ARM_NR_cacheflush (ARM_SYSCALL_BASE + 0xf0000 + 2)
31

  
32
#if defined(TARGET_WORDS_BIGENDIAN)
33
#define UNAME_MACHINE "armv4b"
34
#else
35
#define UNAME_MACHINE "armv4l"
36
#endif
b/linux-user/i386/syscall.h
218 218
    unsigned int __pad;	/* really void* */
219 219
};
220 220

  
221
#define UNAME_MACHINE "i686"
b/linux-user/ppc/syscall.h
127 127
    unsigned int __pad;	/* really void* */
128 128
};
129 129

  
130
#define UNAME_MACHINE "ppc"
b/linux-user/sparc/syscall.h
5 5
	target_ulong y;
6 6
	target_ulong u_regs[16];
7 7
};
8

  
9
#define UNAME_MACHINE "sun4"

Also available in: Unified diff