Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/ibm4xx/openbios Use mnemonic "bdneq". Add m...
details: https://anonhg.NetBSD.org/src/rev/bf7ee5626df8
branches: trunk
changeset: 982056:bf7ee5626df8
user: rin <rin%NetBSD.org@localhost>
date: Tue Mar 30 01:57:20 2021 +0000
description:
Use mnemonic "bdneq". Add missing register prefix.
No binary changes.
diffstat:
sys/arch/powerpc/ibm4xx/openbios/locore.S | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 8748cc1f58d6 -r bf7ee5626df8 sys/arch/powerpc/ibm4xx/openbios/locore.S
--- a/sys/arch/powerpc/ibm4xx/openbios/locore.S Tue Mar 30 01:50:13 2021 +0000
+++ b/sys/arch/powerpc/ibm4xx/openbios/locore.S Tue Mar 30 01:57:20 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.16 2021/03/07 02:54:06 simonb Exp $ */
+/* $NetBSD: locore.S,v 1.17 2021/03/30 01:57:20 rin Exp $ */
/* $OpenBSD: locore.S,v 1.4 1997/01/26 09:06:38 rahnds Exp $ */
/*
@@ -95,11 +95,6 @@
#define BOARD_CFG_FP 0xFFFE0B50
/*
- * Some instructions gas doesn't understand (yet?)
- */
-#define bdneq bdnzf 2,
-
-/*
* This symbol is here for the benefit of kvm_mkdb, and is supposed to
* mark the start of kernel text.
*/
@@ -192,7 +187,7 @@
mtpid %r0
sync
- INIT_CPUINFO(8,1,9,0)
+ INIT_CPUINFO(%r8,%r1,%r9,%r0)
mr %r4,%r8
lis %r3,__start@ha
Home |
Main Index |
Thread Index |
Old Index