Source-Changes archive

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

CVS commit: src/sys/arch/mac68k



Module Name:    src
Committed By:   tsutsui
Date:           Sat Jun  2 12:07:04 UTC 2007

Modified Files:
        src/sys/arch/mac68k/conf: GENERIC INSTALL SMALLRAM files.mac68k
        src/sys/arch/mac68k/include: cpu.h
        src/sys/arch/mac68k/mac68k: fpu.c machdep.c

Log Message:
Rather than attaching fpu as a usual device during cpu_configure(9),
initialize it explicitly in identifycpu() (before cpu_configure(9))
because after yamt-idlelwp merge savectx() is called before
cpu_configure(9) and it requires fputype initialized properly,
otherwise a kernel fails in savectx() if a machine doesn't have an FPU.


To generate a diff of this commit:
cvs rdiff -r1.179 -r1.180 src/sys/arch/mac68k/conf/GENERIC
cvs rdiff -r1.40 -r1.41 src/sys/arch/mac68k/conf/INSTALL
cvs rdiff -r1.27 -r1.28 src/sys/arch/mac68k/conf/SMALLRAM
cvs rdiff -r1.116 -r1.117 src/sys/arch/mac68k/conf/files.mac68k
cvs rdiff -r1.86 -r1.87 src/sys/arch/mac68k/include/cpu.h
cvs rdiff -r1.35 -r1.36 src/sys/arch/mac68k/mac68k/fpu.c
cvs rdiff -r1.315 -r1.316 src/sys/arch/mac68k/mac68k/machdep.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