Subject: CVS commit: syssrc/sys/arch/amiga/amiga
To: None <source-changes@netbsd.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 01/03/2002 03:13:36
Module Name: syssrc
Committed By: aymeric
Date: Thu Jan 3 01:13:36 UTC 2002
Modified Files:
syssrc/sys/arch/amiga/amiga: locore.s
Log Message:
When we jump to the absolute address of the next instruction, we have to
export the label we use for that purpose, otherwise, that smart gas will
change it to a relative jump, which does basically nothing.
I can finally boot NetBSD/amiga ELF. (Yippee!)
While there, test if we are a 68851 before we invalidate the TLB,
instead of doing it between the TLB flush and the data cache flush.
To generate a diff of this commit:
cvs rdiff -r1.127 -r1.128 syssrc/sys/arch/amiga/amiga/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.