cvs commit: src/sys/i386/i386 locore.s swtch.s
Bruce Evans
bde at FreeBSD.org
Sat Aug 2 07:41:56 PDT 2003
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
More information about the cvs-src
mailing list