Module Name:    src
Committed By:   mrg
Date:           Mon Feb  1 07:01:41 UTC 2010

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

Log Message:
- sp_tlb_flush_all() becomes sp_tlb_flush_all_us() and sp_tlb_flush_all_usiii()
- sparc64_ipi_flush_pte() becomes sparc64_ipi_flush_pte_us() and
  sparc64_ipi_flush_pte_usiii()
- add some commented out code to disable interrupts and raise the traplevel
  in sparc64_ipi_flush_pte_usiii()
- cache_flush_phys() was missing a little of code in the cheetah case


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/sparc64/include/pmap.h
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sparc64/sparc64/ipifuncs.c
cvs rdiff -u -r1.307 -r1.308 src/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -u -r1.247 -r1.248 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.

Reply via email to