Date: Sat, 2 Aug 2003 07:41:55 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 locore.s swtch.s Message-ID: <200308021441.h72EftfS004020@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/08/02 07:41:55 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 locore.s swtch.s Log: MFC 1.173 (don't hide the name of tmpstk); 1.172+1.174: (clear the bss before using it, and use up to date comments about this). Adjustments for RELENG_4 (n/a in -current). locore.s: Don't staticize tmpstk since it is needed in swtch.s. Adjust comments some more to cover the BDE_DEBUGEGR case. swtch.s: Don't hide the name of tmpstk here either. This is part of making RELENG_4 kernels work when compiled by gcc-3.3. Fixing bss clearing is the only nontrivial part. Revision Changes Path 1.132.2.11 +24 -28 src/sys/i386/i386/locore.s 1.89.2.11 +1 -1 src/sys/i386/i386/swtch.s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308021441.h72EftfS004020>