Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/i386/i386 Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/7cfc2f3d1ea4
branches:  netbsd-1-4
changeset: 471328:7cfc2f3d1ea4
user:      he <he%NetBSD.org@localhost>
date:      Wed Jan 16 09:36:10 2002 +0000

description:
Apply patch (requested by he):
  Correct error in previous pull-up, to make this compile again.

diffstat:

 sys/arch/i386/i386/sys_machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d3e275e7a88 -r 7cfc2f3d1ea4 sys/arch/i386/i386/sys_machdep.c
--- a/sys/arch/i386/i386/sys_machdep.c  Wed Jan 16 09:07:35 2002 +0000
+++ b/sys/arch/i386/i386/sys_machdep.c  Wed Jan 16 09:36:10 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sys_machdep.c,v 1.47.2.2 2001/07/29 18:20:14 he Exp $  */
+/*     $NetBSD: sys_machdep.c,v 1.47.2.3 2002/01/16 09:36:10 he Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -394,7 +394,7 @@
 
        /* Now actually replace the descriptors. */
        for (i = 0, n = ua.start; i < ua.num; i++, n++)
-               pmap->pm_ldt[n] = descv[i];
+               pcb->pcb_ldt[n] = descv[i];
 
        *retval = ua.start;
 



Home | Main Index | Thread Index | Old Index