Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   thorpej
Date:           Sun Dec 22 15:09:39 UTC 2019

Modified Files:
        src/sys/arch/amd64/amd64: genassym.cf vector.S
        src/sys/arch/i386/i386: genassym.cf vector.S
        src/sys/arch/x86/include: intr.h
        src/sys/arch/x86/x86: intr.c

Log Message:
Add intr_mask() and corresponding intr_unmask() calls that allow specific
interrupt lines / sources to be masked as needed (rather than making a
set of sources by IPL as with spl*()).


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/amd64/amd64/genassym.cf
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/amd64/amd64/vector.S
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/i386/i386/genassym.cf
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/i386/i386/vector.S
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/x86/include/intr.h
cvs rdiff -u -r1.147 -r1.148 src/sys/arch/x86/x86/intr.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