sparc: add '32' suffix to reg_window, sigcontext, __siginfo_t
Renaming a few types to contain a 32 suffix makes the type names compatible with sparc64 and thus makes sharing between the two a lot easier. Note: None of these definitions are expected part of the stable ABI towards userspace. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
ece93487c3
commit
4d7b92ad57
@@ -45,7 +45,7 @@ struct thread_info {
|
||||
/* A place to store user windows and stack pointers
|
||||
* when the stack needs inspection.
|
||||
*/
|
||||
struct reg_window reg_window[NSWINS]; /* align for ldd! */
|
||||
struct reg_window32 reg_window[NSWINS]; /* align for ldd! */
|
||||
unsigned long rwbuf_stkptrs[NSWINS];
|
||||
unsigned long w_saved;
|
||||
|
||||
|
Reference in New Issue
Block a user