Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include Fix cut/paste error.
details: https://anonhg.NetBSD.org/src/rev/1d67dd831acd
branches: trunk
changeset: 764727:1d67dd831acd
user: matt <matt%NetBSD.org@localhost>
date: Mon May 02 06:29:23 2011 +0000
description:
Fix cut/paste error.
diffstat:
sys/arch/powerpc/include/altivec.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7bdbb2e9d534 -r 1d67dd831acd sys/arch/powerpc/include/altivec.h
--- a/sys/arch/powerpc/include/altivec.h Mon May 02 02:43:04 2011 +0000
+++ b/sys/arch/powerpc/include/altivec.h Mon May 02 06:29:23 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: altivec.h,v 1.14 2011/05/02 02:01:32 matt Exp $ */
+/* $NetBSD: altivec.h,v 1.15 2011/05/02 06:29:23 matt Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
static inline void
vec_save(void)
{
- pcu_load(&vec_ops);
+ pcu_save(&vec_ops);
}
static inline void
Home |
Main Index |
Thread Index |
Old Index