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: christos
Date: Wed Apr 4 22:52:59 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: spl.S
src/sys/arch/i386/i386: spl.S
src/sys/arch/x86/include: intr.h
src/sys/arch/x86/x86: intr.c
Log Message:
Rename Xpreempt{recurse,resume} -> X{recurse,resume}_preempt so that
they fit the pattern. Also the debugger trap sniffer matches them
without adding special entries...
XXX: pullup-8.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/amd64/amd64/spl.S
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/i386/i386/spl.S
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/x86/include/intr.h
cvs rdiff -u -r1.124 -r1.125 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