Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/sys/arch/powerpc/include Pull up following revision(s) (r...



details:   https://anonhg.NetBSD.org/src/rev/ee2ca6b46a4c
branches:  netbsd-9
changeset: 745235:ee2ca6b46a4c
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 25 20:08:38 2020 +0000

description:
Pull up following revision(s) (requested by rin in ticket #727):

        sys/arch/powerpc/include/db_machdep.h: revision 1.27

Do not mask out LK bit (bit 31) from M_BCTR, which distinguishes
bcctr and bcctrl.

Fix build failure for ibm4xx kernels with GCC8.

XXX
pullup to netbsd-9, -8, and -7

diffstat:

 sys/arch/powerpc/include/db_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r ec1ddb19a853 -r ee2ca6b46a4c sys/arch/powerpc/include/db_machdep.h
--- a/sys/arch/powerpc/include/db_machdep.h     Tue Feb 25 20:05:48 2020 +0000
+++ b/sys/arch/powerpc/include/db_machdep.h     Tue Feb 25 20:08:38 2020 +0000
@@ -1,5 +1,5 @@
 /*     $OpenBSD: db_machdep.h,v 1.2 1997/03/21 00:48:48 niklas Exp $   */
-/*     $NetBSD: db_machdep.h,v 1.26 2017/11/06 03:47:48 christos Exp $ */
+/*     $NetBSD: db_machdep.h,v 1.26.8.1 2020/02/25 20:08:38 martin Exp $       */
 
 /* 
  * Mach Operating System
@@ -98,7 +98,7 @@
 #define M_B            0xfc000001
 #define I_B            0x48000000
 #define I_BL           0x48000001
-#define        M_BCTR          0xfc0007fe
+#define        M_BCTR          0xfc0007ff
 #define        I_BCTR          0x4c000420
 #define        I_BCTRL         0x4c000421
 #define        M_RFI           0xfc0007fe



Home | Main Index | Thread Index | Old Index