From: Mark Huang Date: Wed, 4 Aug 2004 15:32:38 +0000 (+0000) Subject: Initial revision X-Git-Tag: after-ipod-patch~21 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=31af740ace707d07fe667814560bf8fd27e456af;p=linux-2.6.git Initial revision --- diff --git a/arch/um/include/skas_ptregs.h b/arch/um/include/skas_ptregs.h new file mode 100644 index 000000000..afd5fc34f --- /dev/null +++ b/arch/um/include/skas_ptregs.h @@ -0,0 +1,26 @@ +/* Automatically generated by arch/um/kernel/skas/util/mk_ptregs */ + +#ifndef __SKAS_PT_REGS_ +#define __SKAS_PT_REGS_ + +#define HOST_FRAME_SIZE 17 +#define HOST_FP_SIZE 27 +#define HOST_XFP_SIZE 128 +#define HOST_IP 12 +#define HOST_SP 15 +#define HOST_EFLAGS 14 +#define HOST_EAX 6 +#define HOST_EBX 0 +#define HOST_ECX 1 +#define HOST_EDX 2 +#define HOST_ESI 3 +#define HOST_EDI 4 +#define HOST_EBP 5 +#define HOST_CS 13 +#define HOST_SS 16 +#define HOST_DS 7 +#define HOST_FS 9 +#define HOST_ES 8 +#define HOST_GS 10 + +#endif diff --git a/arch/um/util/mk_constants b/arch/um/util/mk_constants new file mode 100644 index 000000000..2cc984204 Binary files /dev/null and b/arch/um/util/mk_constants differ diff --git a/arch/um/util/mk_task b/arch/um/util/mk_task new file mode 100644 index 000000000..1f4f75021 Binary files /dev/null and b/arch/um/util/mk_task differ