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:   nakayama
Date:           Wed Apr  9 14:58:23 UTC 2008

Modified Files:
        src/sys/arch/sparc64/include: cpu.h
        src/sys/arch/sparc64/sparc64: clock.c cpu.c

Log Message:
Reorganize clock assignments on SMP kernel:
- don't use separate statintr on primary CPU.
- invoke clockintr instead of statintr on secondary CPUs.

This change fixes the problem setitimer(2) didn't work on secodary CPUs.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/sys/arch/sparc64/include/cpu.h
cvs rdiff -r1.93 -r1.94 src/sys/arch/sparc64/sparc64/clock.c
cvs rdiff -r1.73 -r1.74 src/sys/arch/sparc64/sparc64/cpu.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