NetBSD-Bugs archive

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

PR/57197 CVS commit: [netbsd-10] src/sys/arch/x86



The following reply was made to PR port-i386/57197; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57197 CVS commit: [netbsd-10] src/sys/arch/x86
Date: Sat, 1 Apr 2023 15:11:00 +0000

 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.
 


Home | Main Index | Thread Index | Old Index