Source-Changes archive

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

CVS commit: syssrc/sys/arch



Module Name:    syssrc
Committed By:   scw
Date:           Tue Oct 22 09:30:28 UTC 2002

Modified Files:
        syssrc/sys/arch/evbsh5/evbsh5: locore.S machdep.c machdep.h
        syssrc/sys/arch/sh5/include: pmap.h
        syssrc/sys/arch/sh5/sh5: pmap.c

Log Message:
- Simplify early initialisation so we do most of it in C.
- Call allocsys() much earlier so we can use uvm_pageboot_alloc() to
  steal KSEG0 pages for system tables.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/evbsh5/evbsh5/locore.S
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/evbsh5/evbsh5/machdep.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/evbsh5/evbsh5/machdep.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/sh5/include/pmap.h
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/sh5/sh5/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