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: maxv
Date: Sat Feb 17 18:51:53 UTC 2018
Modified Files:
src/sys/arch/amd64/amd64: vector.S
src/sys/arch/i386/i386: vector.S
src/sys/arch/x86/include: intr.h
src/sys/arch/x86/x86: i8259.c intr.c
src/sys/arch/xen/x86: pintr.c
Log Message:
Rename i8259_stubs -> legacy_stubs. We will want the entries to have the
same name, eg:
legacy_stubs
-> Xintr_legacy0, Xrecurse_legacy0, Xresume_legacy0
-> Xintr_legacy1, Xrecurse_legacy1, Xresume_legacy1
...
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/amd64/amd64/vector.S
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/i386/i386/vector.S
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/x86/include/intr.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/x86/i8259.c
cvs rdiff -u -r1.122 -r1.123 src/sys/arch/x86/x86/intr.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/xen/x86/pintr.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