Module Name: src Committed By: martin Date: Sat Apr 1 15:11:00 UTC 2023
Modified Files: src/sys/arch/x86/isa [netbsd-10]: clock.c src/sys/arch/x86/x86 [netbsd-10]: intr.c Added Files: src/sys/arch/x86/include [netbsd-10]: intr_private.h Log Message: Pull up following revision(s) (requested by riastradh in ticket #136): sys/arch/x86/x86/intr.c: revision 1.164 sys/arch/x86/isa/clock.c: revision 1.41 sys/arch/x86/include/intr_private.h: revision 1.1 x86/intr: Work around sleazy clockintr with a secret frame argument. PR kern/57197 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/x86/include/intr_private.h cvs rdiff -u -r1.39 -r1.39.20.1 src/sys/arch/x86/isa/clock.c cvs rdiff -u -r1.163 -r1.163.2.1 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.