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 Mar  2 22:01:38 UTC 2008

Modified Files:
        src/sys/arch/sparc64/include: intr.h
        src/sys/arch/sparc64/sparc64: db_interface.c ipifuncs.c

Log Message:
Make ddb's "mach cpu" command do the right thing: run ddb on the requested
cpu. There is a tiny bit of cheating involved, but I assume we won't run
parallel + recursive ddb scripts to play towers of hanoi.

This fixes the wrong prompt, and (more importantly) makes things like
"mach dtlb" display the registers of the right MMU.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/sparc64/include/intr.h
cvs rdiff -r1.108 -r1.109 src/sys/arch/sparc64/sparc64/db_interface.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/sparc64/sparc64/ipifuncs.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