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:           Thu Jul 10 15:23:58 UTC 2008

Modified Files:
        src/sys/arch/sparc64/include: db_machdep.h
        src/sys/arch/sparc64/sparc64: cpu.c locore.s trap.c

Log Message:
sparc64_ipi_save_fpstate:
- use primary MMU context for consistency with other trap/interrupt handlers.

sparc64_ipi_save_fpstate, savefpstate:
- avoid storing fp registers as we can.

sparc64_ipi_save_fpstate, savefpstate, loadfpstate:
- remove unaligned case since buffers allocated with pool_cache are ensured
  64-byte aligned.

Ok by martin@.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/sparc64/include/db_machdep.h
cvs rdiff -r1.76 -r1.77 src/sys/arch/sparc64/sparc64/cpu.c
cvs rdiff -r1.282 -r1.283 src/sys/arch/sparc64/sparc64/locore.s
cvs rdiff -r1.152 -r1.153 src/sys/arch/sparc64/sparc64/trap.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