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:   bjh21
Date:           Sat Oct  5 13:47:01 UTC 2002

Modified Files:
        syssrc/sys/arch/acorn32/acorn32: hydra.c
        syssrc/sys/arch/acorn32/include: cpu.h
        syssrc/sys/arch/arm/arm: syscall.c
        syssrc/sys/arch/arm/arm32: cpuswitch.S genassym.cf
        syssrc/sys/arch/arm/include: cpu.h

Log Message:
Minimal changes to allow a kernel with "options MULTIPROCESSOR" to compile
and boot multi-user on a single-processor machine.  Many of these changes
are wildly inappropriate for actual multi-processor operation, and correcting
this will be my next task.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/acorn32/acorn32/hydra.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/acorn32/include/cpu.h
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/arm/arm/syscall.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/arm/arm32/cpuswitch.S
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/arm/arm32/genassym.cf
cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/arm/include/cpu.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