git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f522376
)
x86: signal: rename sigframe and rt_sigframe on 32-bit
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Thu, 18 Dec 2008 02:49:55 +0000
(18:49 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 18 Dec 2008 10:28:53 +0000
(11:28 +0100)
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>
No differences found