commit | a5c56eb36f999ae0ecac278e51fd1cf8feb16c2f | [log] [tgz] |
---|---|---|
author | Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> | Wed Dec 17 18:49:55 2008 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Dec 18 11:28:53 2008 +0100 |
tree | 89cf6d8968a0ad91f4df2c2092fd5e68cd1866f6 | |
parent | f5223763a664da16771211f9d293e18cb242b246 [diff] |
x86: signal: rename sigframe and rt_sigframe on 32-bit Impact: cleanup, prepare to move sigframe.h On 32-bit, rename struct sigrame to struct sigframe_ia32, struct rt_sigframe to struct rt_sigframe_ia32 and several structures. And add helper macros to access the above data in arch/x86/kernel/signal.c. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>