Module Name: src
Committed By: macallan
Date: Sat Sep 30 03:34:04 UTC 2017
Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c
Log Message:
use 7450 HID0 bitmask on 7447A and 7448 as well
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/powerpc/oea/cpu_subr.c
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/oea/cpu_subr.c
diff -u src/sys/arch/powerpc/oea/cpu_subr.c:1.85 src/sys/arch/powerpc/oea/cpu_subr.c:1.86
--- src/sys/arch/powerpc/oea/cpu_subr.c:1.85 Tue Jul 11 03:07:22 2017
+++ src/sys/arch/powerpc/oea/cpu_subr.c Sat Sep 30 03:34:04 2017
@@ -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 @@ cpu_setup(device_t self, struct cpu_info
case MPC601:
bitmask = HID0_601_BITMASK;
break;
+ case MPC7447A:
+ case MPC7448:
case MPC7450:
case MPC7455:
case MPC7457: