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:   cherry
Date:           Wed Dec 26 11:12:57 UTC 2018

Modified Files:
        src/sys/arch/amd64/amd64: spl.S
        src/sys/arch/i386/i386: spl.S
        src/sys/arch/xen/x86: xen_intr.c

Log Message:
Xen can use the native splraise(9) functions.

There is no need for a slower C version.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/amd64/amd64/spl.S
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/i386/i386/spl.S
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/xen/x86/xen_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