NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-mac68k/13078 (Mac 68LC040 problem)
The following reply was made to PR port-mac68k/13078; it has been noted by GNATS.
From: Nathanial Sloss <nathanialsloss%yahoo.com.au@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-mac68k/13078 (Mac 68LC040 problem)
Date: Sun, 30 Mar 2025 17:52:23 +1100
Posting as it has seemed to be lost by gnats.
CVS commit: src/sys/arch/m68k/m68k
Module Name: src
Committed By: nat
Date: Sun Mar 30 04:44:26 UTC 2025
Modified Files:
src/sys/arch/m68k/m68k: switch_subr.s
Log Message:
Sprinkle nop.
This is the kernel part of addressing the issue with fpu emulation on
lc040 cpus.
The idea is that we might be switch from or to an f-line (MMU/FPU
Trap) instruction so prepend a nop to flush the caches.
Addresses part of PR/13078.
The second part to this (patch to binutils/gas) has been submitted
upstream
and will be fixed when this part is reviewed and included in our local
copy of binutils or (hopefully) in a later version of binutils from
upstream.
See:
https://sourceware.org/pipermail/binutils/2025-March/140270.html
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/m68k/m68k/switch_subr.s
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