summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/ucontext.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-11-18 03:02:53 +0000
committerjake <jake@FreeBSD.org>2001-11-18 03:02:53 +0000
commit03532122b2ceb10dfc34483331350ff45f90285d (patch)
treea6d9c3d083e8b184bb43510153539f49d44887cf /sys/sparc64/include/ucontext.h
parent53d54e923ab07cecbaedc641a03827feefaa2f03 (diff)
downloadFreeBSD-src-03532122b2ceb10dfc34483331350ff45f90285d.zip
FreeBSD-src-03532122b2ceb10dfc34483331350ff45f90285d.tar.gz
1. Remove bootinfo and just pass loader metadata to the kernel.
2. Remove mcontext.mc_sp, it is redundant. Adjust spare space to make ucontext_t a nice size. 3. Raise pil in the debugger. Submitted by: tmm (3)
Diffstat (limited to 'sys/sparc64/include/ucontext.h')
-rw-r--r--sys/sparc64/include/ucontext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sparc64/include/ucontext.h b/sys/sparc64/include/ucontext.h
index e4382bc..6549e84 100644
--- a/sys/sparc64/include/ucontext.h
+++ b/sys/sparc64/include/ucontext.h
@@ -36,11 +36,10 @@ typedef struct __mcontext {
long mc_global[8];
long mc_out[8];
long mc_onstack;
- long mc_sp;
long mc_tpc;
long mc_tnpc;
long mc_tstate;
- long mc_spare[11];
+ long mc_spare[2];
} mcontext_t;
#endif /* !_MACHINE_UCONTEXT_H_ */
OpenPOWER on IntegriCloud