Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/aarch64



Module Name:    src
Committed By:   ryo
Date:           Thu Aug  6 06:49:55 UTC 2020

Modified Files:
        src/sys/arch/aarch64/aarch64: copyinout.S cpuswitch.S fault.c fusu.S
            genassym.cf
        src/sys/arch/aarch64/include: frame.h machdep.h

Log Message:
revert the changes of http://mail-index.netbsd.org/source-changes/2020/08/03/msg120183.html

This change is overengineered.
bus_space_{peek,poke}_N does not have to be reentrant nor available for interrupt context.

requested by skrll@


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/aarch64/aarch64/copyinout.S
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/aarch64/aarch64/cpuswitch.S
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/aarch64/aarch64/fault.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/aarch64/aarch64/fusu.S
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/aarch64/aarch64/genassym.cf
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/aarch64/include/frame.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/aarch64/include/machdep.h

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