Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/sparc/sparc



Module Name:    syssrc
Committed By:   pk
Date:           Mon Feb  4 08:36:39 UTC 2002

Modified Files:
        syssrc/sys/arch/sparc/sparc: autoconf.c locore.s pmap.c

Log Message:
Rename `esym' to `kernel_top' and always initialize it in locore from
the information provided by the loader if possible (defaulting to `end').
If the DDB symbols aren't needed, `kernel_top' is adjusted in
autoconf:bootstrap() before calling pmap_bootstrap(). It will also
preserve the bootinfo data (if passed by the loader) for non-DDB kernels.


To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 syssrc/sys/arch/sparc/sparc/autoconf.c
cvs rdiff -r1.152 -r1.153 syssrc/sys/arch/sparc/sparc/locore.s
cvs rdiff -r1.203 -r1.204 syssrc/sys/arch/sparc/sparc/pmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index