Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha Loading the cpu_info value into the kgp...
details: https://anonhg.NetBSD.org/src/rev/90c92953de74
branches: trunk
changeset: 499375:90c92953de74
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sat Nov 18 16:21:37 2000 +0000
description:
Loading the cpu_info value into the kgp for the new cpu isn't likely to work
very well.
diffstat:
sys/arch/alpha/alpha/multiproc.s | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 44587a78a3b4 -r 90c92953de74 sys/arch/alpha/alpha/multiproc.s
--- a/sys/arch/alpha/alpha/multiproc.s Sat Nov 18 15:58:13 2000 +0000
+++ b/sys/arch/alpha/alpha/multiproc.s Sat Nov 18 16:21:37 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: multiproc.s,v 1.6 2000/09/04 00:31:59 thorpej Exp $ */
+/* $NetBSD: multiproc.s,v 1.7 2000/11/18 16:21:37 sommerfeld Exp $ */
/*-
* Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-__KERNEL_RCSID(5, "$NetBSD: multiproc.s,v 1.6 2000/09/04 00:31:59 thorpej Exp $")
+__KERNEL_RCSID(5, "$NetBSD: multiproc.s,v 1.7 2000/11/18 16:21:37 sommerfeld Exp $")
/*
* Multiprocessor glue code.
@@ -63,7 +63,7 @@
1: LDGP(pv)
/* Write new KGP. */
- mov s0, a0
+ mov gp, a0
call_pal PAL_OSF1_wrkgp
/* Store our CPU info in SysValue. */
Home |
Main Index |
Thread Index |
Old Index