mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Remove some leftovers. This is obviously unused, since the #defines
referred to members that no longer exist.
This commit is contained in:
parent
2bd5ac330f
commit
05687ccaf2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72204
@ -172,30 +172,4 @@ struct user {
|
||||
struct md_coredump u_md; /* machine dependent glop */
|
||||
};
|
||||
|
||||
/*
|
||||
* Redefinitions to make the debuggers happy for now... This subterfuge
|
||||
* brought to you by coredump() and trace_req(). These fields are *only*
|
||||
* valid at those times!
|
||||
*/
|
||||
#ifdef __i386__
|
||||
#define U_ar0 u_kproc.kp_proc.p_md.md_regs /* copy of curproc->p_md.md_regs */
|
||||
#endif
|
||||
#ifdef __alpha__
|
||||
#define U_ar0 u_kproc.kp_proc.p_md.md_tf /* copy of curproc->p_md.md_tf */
|
||||
#endif
|
||||
#define U_tsize u_kproc.kp_eproc.e_vm.vm_tsize
|
||||
#define U_dsize u_kproc.kp_eproc.e_vm.vm_dsize
|
||||
#define U_ssize u_kproc.kp_eproc.e_vm.vm_ssize
|
||||
#define U_sig u_kproc.kp_proc.p_sig
|
||||
#define U_code u_kproc.kp_proc.p_code
|
||||
|
||||
#ifndef _KERNEL
|
||||
#define u_ar0 U_ar0
|
||||
#define u_tsize U_tsize
|
||||
#define u_dsize U_dsize
|
||||
#define u_ssize U_ssize
|
||||
#define u_sig U_sig
|
||||
#define u_code U_code
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user