Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2002 01:15:32 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14018 for review
Message-ID:  <200207100815.g6A8FW69099040@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14018

Change 14018 by peter@peter_daintree on 2002/07/10 01:14:35

	panic: bad peter
	     _       _     _ 
	  __| | ___ | |__ | |
	 / _` |/ _ \| '_ \| |
	| (_| | (_) | | | |_|
	 \__,_|\___/|_| |_(_)
	(translation: I think this is it!)

Affected files ...

.. //depot/projects/pmap/sys/i386/i386/pmap.c#18 edit

Differences ...

==== //depot/projects/pmap/sys/i386/i386/pmap.c#18 (text+ko) ====

@@ -753,7 +753,7 @@
 		newpf = pde & PG_FRAME;
 		if (((*PMAP1) & PG_FRAME) != newpf) {
 			*PMAP1 = newpf | PG_RW | PG_V;
-			pmap_invalidate_page(pmap, (vm_offset_t) PADDR1);
+			pmap_invalidate_page(kernel_pmap, (vm_offset_t) PADDR1);
 		}
 		return PADDR1 + (index & (NPTEPG - 1));
 	}

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207100815.g6A8FW69099040>