Module Name: src
Committed By: rin
Date: Tue Mar 30 01:57:20 UTC 2021
Modified Files:
src/sys/arch/powerpc/ibm4xx/openbios: locore.S
Log Message:
Use mnemonic "bdneq". Add missing register prefix.
No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/powerpc/ibm4xx/openbios/locore.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/ibm4xx/openbios/locore.S
diff -u src/sys/arch/powerpc/ibm4xx/openbios/locore.S:1.16 src/sys/arch/powerpc/ibm4xx/openbios/locore.S:1.17
--- src/sys/arch/powerpc/ibm4xx/openbios/locore.S:1.16 Sun Mar 7 02:54:06 2021
+++ src/sys/arch/powerpc/ibm4xx/openbios/locore.S Tue Mar 30 01:57:20 2021
@@ -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 @@ __start_cpu0:
mtpid %r0
sync
- INIT_CPUINFO(8,1,9,0)
+ INIT_CPUINFO(%r8,%r1,%r9,%r0)
mr %r4,%r8
lis %r3,__start@ha