Date: Sat, 17 Nov 2001 19:02:54 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 locore.s machdep.c src/sys/sparc64/include bootinfo.h ucontext.h Message-ID: <200111180302.fAI32so74428@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2001/11/17 19:02:54 PST Modified files: sys/sparc64/sparc64 locore.s machdep.c sys/sparc64/include ucontext.h Removed files: sys/sparc64/include bootinfo.h Log: 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) Revision Changes Path 1.5 +0 -53 src/sys/sparc64/include/bootinfo.h (dead) 1.6 +2 -3 src/sys/sparc64/include/ucontext.h 1.10 +4 -3 src/sys/sparc64/sparc64/locore.s 1.22 +53 -15 src/sys/sparc64/sparc64/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111180302.fAI32so74428>