Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/oea use 7450 HID0 bitmask on 7447A and 7448...



details:   https://anonhg.NetBSD.org/src/rev/922b6783cb0d
branches:  trunk
changeset: 826799:922b6783cb0d
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Sep 30 03:34:04 2017 +0000

description:
use 7450 HID0 bitmask on 7447A and 7448 as well

diffstat:

 sys/arch/powerpc/oea/cpu_subr.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r c60c80e5702e -r 922b6783cb0d sys/arch/powerpc/oea/cpu_subr.c
--- a/sys/arch/powerpc/oea/cpu_subr.c   Fri Sep 29 22:38:18 2017 +0000
+++ b/sys/arch/powerpc/oea/cpu_subr.c   Sat Sep 30 03:34:04 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_subr.c,v 1.85 2017/07/11 03:07:22 maya Exp $       */
+/*     $NetBSD: cpu_subr.c,v 1.86 2017/09/30 03:34:04 macallan Exp $   */
 
 /*-
  * Copyright (c) 2001 Matt Thomas.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.85 2017/07/11 03:07:22 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.86 2017/09/30 03:34:04 macallan Exp $");
 
 #include "opt_ppcparam.h"
 #include "opt_ppccache.h"
@@ -652,6 +652,8 @@
        case MPC601:
                bitmask = HID0_601_BITMASK;
                break;
+       case MPC7447A:
+       case MPC7448:
        case MPC7450:
        case MPC7455:
        case MPC7457:



Home | Main Index | Thread Index | Old Index