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 Fix c&p bug.
details: https://anonhg.NetBSD.org/src/rev/5122ac4d4a8a
branches: trunk
changeset: 790160:5122ac4d4a8a
user: matt <matt%NetBSD.org@localhost>
date: Sun Sep 22 18:56:11 2013 +0000
description:
Fix c&p bug.
diffstat:
sys/arch/powerpc/oea/cpu_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fed7ccca4124 -r 5122ac4d4a8a sys/arch/powerpc/oea/cpu_subr.c
--- a/sys/arch/powerpc/oea/cpu_subr.c Sun Sep 22 18:49:10 2013 +0000
+++ b/sys/arch/powerpc/oea/cpu_subr.c Sun Sep 22 18:56:11 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_subr.c,v 1.78 2013/09/22 18:49:10 matt Exp $ */
+/* $NetBSD: cpu_subr.c,v 1.79 2013/09/22 18:56:11 matt Exp $ */
/*-
* Copyright (c) 2001 Matt Thomas.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.78 2013/09/22 18:49:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.79 2013/09/22 18:56:11 matt Exp $");
#include "opt_ppcparam.h"
#include "opt_ppccache.h"
@@ -302,7 +302,7 @@
/* Enable address broadcasting for MP systems */
hid1 |= HID1_SYNCBE | HID1_ABE;
- mtspr(SPR_HID0, hid1);
+ mtspr(SPR_HID1, hid1);
__asm volatile("sync;isync");
} else if (vers == IBM750FX || vers == IBM750GX) {
Home |
Main Index |
Thread Index |
Old Index