From a55df9eb1d1c432d66d61a31ddfd820051ae665b Mon Sep 17 00:00:00 2001 From: Hiroshi Shimamoto Date: Thu, 18 Dec 2008 14:47:37 -0800 Subject: [PATCH] --- yaml --- r: 120959 b: refs/heads/master c: 9f221495997d180df51ce4d8296669445dd3e7b3 h: refs/heads/master i: 120957: cf00eb3fe5d91ef839940774af6c97714247fbe8 120955: a41ebedbc52e9d0d80844e07fe727af3e63bcb9b 120951: 7f777048f45ebef1ddb254c48e3eb830b4741997 120943: 8e6f85c680c857d02b417cfee04fdb966954ce7a 120927: 220cf25b4a9b06d1e9f72bfe1906155281fd60d3 120895: c99358f3693fd0c2340346211376fb6e43999ab2 120831: a6e573c8c61348f6c7273e901eb17f4356349edd v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/ia32.h | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/[refs] b/[refs] index 833a83da5467..0812b0ca8cb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8869a2e5d3a66d5b63b948052d60cd13ede8b735 +refs/heads/master: 9f221495997d180df51ce4d8296669445dd3e7b3 diff --git a/trunk/arch/x86/include/asm/ia32.h b/trunk/arch/x86/include/asm/ia32.h index 97989c0e534c..50ca486fd88c 100644 --- a/trunk/arch/x86/include/asm/ia32.h +++ b/trunk/arch/x86/include/asm/ia32.h @@ -129,24 +129,6 @@ typedef struct compat_siginfo { } _sifields; } compat_siginfo_t; -struct sigframe32 { - u32 pretcode; - int sig; - struct sigcontext_ia32 sc; - struct _fpstate_ia32 fpstate; - unsigned int extramask[_COMPAT_NSIG_WORDS-1]; -}; - -struct rt_sigframe32 { - u32 pretcode; - int sig; - u32 pinfo; - u32 puc; - compat_siginfo_t info; - struct ucontext_ia32 uc; - struct _fpstate_ia32 fpstate; -}; - struct ustat32 { __u32 f_tfree; compat_ino_t f_tinode;