Source-Changes-HG archive

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

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/i386 Note area where future MP w...



details:   https://anonhg.NetBSD.org/src/rev/530c44a21202
branches:  sommerfeld_i386mp_1
changeset: 482171:530c44a21202
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sun Feb 20 18:03:42 2000 +0000

description:
Note area where future MP work needed

diffstat:

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

diffs (17 lines):

diff -r 1c48dd7374e6 -r 530c44a21202 sys/arch/i386/i386/vm_machdep.c
--- a/sys/arch/i386/i386/vm_machdep.c   Sun Feb 20 18:03:11 2000 +0000
+++ b/sys/arch/i386/i386/vm_machdep.c   Sun Feb 20 18:03:42 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_machdep.c,v 1.86 2000/01/20 22:18:56 sommerfeld Exp $       */
+/*     $NetBSD: vm_machdep.c,v 1.86.2.1 2000/02/20 18:03:42 sommerfeld Exp $   */
 
 /*-
  * Copyright (c) 1995 Charles M. Hannum.  All rights reserved.
@@ -338,6 +338,7 @@
                                pmap_update_pg((vaddr_t) to);
                        if (ofpte & PG_V)
                                pmap_update_pg((vaddr_t) from);
+                       /* XXX MP tlb shootdown! */
                }
                from += NBPG;
                to += NBPG;



Home | Main Index | Thread Index | Old Index