Source-Changes archive

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

CVS commit: src/sys/arch/sparc64



Module Name:    src
Committed By:   martin
Date:           Sun May 18 22:40:14 UTC 2008

Modified Files:
        src/sys/arch/sparc64/dev: psycho.c sbus.c
        src/sys/arch/sparc64/include: cpu.h
        src/sys/arch/sparc64/sparc64: clock.c intr.c machdep.c

Log Message:
Explicitly pass a "mpsafe" arg down to intr_establish, as at that point
we do not have the original ipl passed in around to check for mpsafeness.
Fixes PR port-sparc64/38673. Thanks to Andrew for pointing at the problem.


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 src/sys/arch/sparc64/dev/psycho.c
cvs rdiff -r1.79 -r1.80 src/sys/arch/sparc64/dev/sbus.c
cvs rdiff -r1.80 -r1.81 src/sys/arch/sparc64/include/cpu.h
cvs rdiff -r1.96 -r1.97 src/sys/arch/sparc64/sparc64/clock.c
cvs rdiff -r1.59 -r1.60 src/sys/arch/sparc64/sparc64/intr.c
cvs rdiff -r1.221 -r1.222 src/sys/arch/sparc64/sparc64/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