Date: Tue, 26 Feb 2002 16:21:04 -0800 (PST) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include frame.h param.h src/sys/sparc64/sparc64 genassym.c machdep.c rwindow.c swtch.s Message-ID: <200202270021.g1R0L4955831@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/02/26 16:21:04 PST Modified files: sys/sparc64/include frame.h param.h sys/sparc64/sparc64 genassym.c machdep.c rwindow.c swtch.s Log: Add a macro for shift of an integer (1 << shift == sizeof). Move the pointer define to live alongside it. For kicks assert at compile time that they are correct. Use these instead of magic numbers. Revision Changes Path 1.12 +0 -1 src/sys/sparc64/include/frame.h 1.10 +3 -0 src/sys/sparc64/include/param.h 1.21 +3 -1 src/sys/sparc64/sparc64/genassym.c 1.36 +3 -0 src/sys/sparc64/sparc64/machdep.c 1.5 +0 -1 src/sys/sparc64/sparc64/rwindow.c 1.15 +2 -2 src/sys/sparc64/sparc64/swtch.s 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?200202270021.g1R0L4955831>