CVS commit: src/sys/arch
"Jason R Thorpe" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: thorpej Date: Mon Mar 23 00:30:43 UTC 2026 Modified Files: src/sys/arch/sun2/sun2: locore.s locore2.c src/sys/arch/sun3/sun3: locore.s locore2.c src/sys/arch/sun3/sun3x: locore.s locore2.c Log Message: Move initialization of %dfc and %sfc into _bootstrap() (which will eventually itself be re-factored to reduce duplication). Also, catch up with the others: no need to initialize %usp before calling main(). To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/arch/sun2/sun2/locore.s cvs rdiff -u -r1.30 -r1.31 src/sys/arch/sun2/sun2/locore2.c cvs rdiff -u -r1.120 -r1.121 src/sys/arch/sun3/sun3/locore.s cvs rdiff -u -r1.105 -r1.106 src/sys/arch/sun3/sun3/locore2.c cvs rdiff -u -r1.84 -r1.85 src/sys/arch/sun3/sun3x/locore.s cvs rdiff -u -r1.44 -r1.45 src/sys/arch/sun3/sun3x/locore2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.