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:   mrg
Date:           Tue Feb  2 04:28:56 UTC 2010

Modified Files:
        src/sys/arch/sparc64/include: cpu.h pmap.h
        src/sys/arch/sparc64/sparc64: db_interface.c ipifuncs.c locore.s pmap.c

Log Message:
- split sp_tlb_flush_pte() and switchtoctx() into sp_tlb_flush_pte_us()/
  sp_tlb_flush_pte_usiii() and switchtoctx_us()/switchtoctx_usiii() and
  implement the latter while i'm here.  it works ... sometimes i think,
  but also sometimes panics/hangs.
- fix a comment in sparc64_ipi_flush_pte_usiii()


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/sparc64/include/cpu.h
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/sparc64/include/pmap.h
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/sparc64/sparc64/db_interface.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/sparc64/sparc64/ipifuncs.c
cvs rdiff -u -r1.309 -r1.310 src/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -u -r1.248 -r1.249 src/sys/arch/sparc64/sparc64/pmap.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