Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Enable block insns in bcopy and bzero.
details: https://anonhg.NetBSD.org/src/rev/e109514d245c
branches: trunk
changeset: 520797:e109514d245c
user: eeh <eeh%NetBSD.org@localhost>
date: Thu Jan 17 02:26:37 2002 +0000
description:
Enable block insns in bcopy and bzero.
diffstat:
sys/arch/sparc64/sparc64/locore.s | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f956cf6029ae -r e109514d245c sys/arch/sparc64/sparc64/locore.s
--- a/sys/arch/sparc64/sparc64/locore.s Wed Jan 16 23:49:41 2002 +0000
+++ b/sys/arch/sparc64/sparc64/locore.s Thu Jan 17 02:26:37 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.s,v 1.142 2002/01/16 22:44:48 eeh Exp $ */
+/* $NetBSD: locore.s,v 1.143 2002/01/17 02:26:37 eeh Exp $ */
/*
* Copyright (c) 1996-2001 Eduardo Horvath
@@ -9224,7 +9224,7 @@
.data
.align 8
.globl block_disable
-block_disable: .xword 1
+block_disable: .xword 0
.text
#if 0
Home |
Main Index |
Thread Index |
Old Index