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:   fredette
Date:           Mon Aug  5 20:58:37 UTC 2002

Modified Files:
        syssrc/sys/arch/hp700/conf: Makefile.hp700 ld.script
        syssrc/sys/arch/hp700/dev: cpu.c cpudevs cpudevs.h cpudevs_data.h
            devlist2h.awk
        syssrc/sys/arch/hp700/hp700: locore.S machdep.c
        syssrc/sys/arch/hp700/include: cpu.h
        syssrc/sys/arch/hppa/hppa: machdep.h pmap.c
        syssrc/sys/arch/hppa/include: vmparam.h

Log Message:
Made changes in where/how the kernel is linked, and how the pmap
maps it with BTLB entries, to minimize the number of BTLB entries
needed.

Because the CPU type was often guessed incorrectly, the mapping of
HP board number to system name now includes information about the
expected CPU type.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hp700/conf/Makefile.hp700 \
    syssrc/sys/arch/hp700/conf/ld.script
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hp700/dev/cpu.c \
    syssrc/sys/arch/hp700/dev/cpudevs syssrc/sys/arch/hp700/dev/cpudevs.h \
    syssrc/sys/arch/hp700/dev/cpudevs_data.h \
    syssrc/sys/arch/hp700/dev/devlist2h.awk
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hp700/hp700/locore.S \
    syssrc/sys/arch/hp700/hp700/machdep.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hp700/include/cpu.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hppa/hppa/machdep.h \
    syssrc/sys/arch/hppa/hppa/pmap.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/hppa/include/vmparam.h

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