NetBSD-Bugs archive

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

PR/55233 CVS commit: src/sys/arch/amiga/amiga



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

From: "Andrew Doran" <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55233 CVS commit: src/sys/arch/amiga/amiga
Date: Tue, 5 May 2020 21:22:48 +0000

 Module Name:	src
 Committed By:	ad
 Date:		Tue May  5 21:22:48 UTC 2020
 
 Modified Files:
 	src/sys/arch/amiga/amiga: machdep.c
 
 Log Message:
 PR port-amiga/55233 Process hangs indefinitely if not calling syscalls for a while
 
 cpu_intr_p() is broken on amiga, fix it.
 
 From code inspection it looks like amiga and other m68k ports check for ASTs
 with interrupts enabled in some cases, which is racy.  Not fixed.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.251 -r1.252 src/sys/arch/amiga/amiga/machdep.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