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.