Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/acorn26/acorn26 Pull up revision 1.4 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/f848e332d19c
branches:  netbsd-1-6
changeset: 529404:f848e332d19c
user:      he <he%NetBSD.org@localhost>
date:      Mon Nov 18 02:35:46 2002 +0000

description:
Pull up revision 1.4 (requested by bjh21 in ticket #689):
  New and much improved version of copyin(), copyout(), and
  kcopy() which works on both 26-bit and 32-bit machines.

diffstat:

 sys/arch/acorn26/acorn26/machdep.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r ca6074b0d3ac -r f848e332d19c sys/arch/acorn26/acorn26/machdep.c
--- a/sys/arch/acorn26/acorn26/machdep.c        Mon Nov 18 02:35:16 2002 +0000
+++ b/sys/arch/acorn26/acorn26/machdep.c        Mon Nov 18 02:35:46 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.2.4.1 2002/11/18 02:23:32 he Exp $ */
+/* $NetBSD: machdep.c,v 1.2.4.2 2002/11/18 02:35:46 he Exp $ */
 
 /*-
  * Copyright (c) 1998 Ben Harris
@@ -32,7 +32,7 @@
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.2.4.1 2002/11/18 02:23:32 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.2.4.2 2002/11/18 02:35:46 he Exp $");
 
 #include <sys/buf.h>
 #include <sys/kernel.h>
@@ -225,6 +225,8 @@
         */
        bufinit();
 
+       curpcb = &proc0.p_addr->u_pcb;
+
 #if 0
        /* Test exception handlers */
        asm(".word 0x06000010"); /* undefined instruction */



Home | Main Index | Thread Index | Old Index