Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 01:27:53 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14135 for review
Message-ID:  <200207120827.g6C8RrFo059013@freefall.freebsd.org>

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

Change 14135 by peter@peter_daintree on 2002/07/12 01:27:33

	repair merge-o-tron glitches

Affected files ...

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

Differences ...

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

@@ -591,17 +591,7 @@
 	if (pmap == kernel_pmap || pmap->pm_active)
 		invltlb();
 }
-#endif
 
-#ifdef SMP
-void
-pmap_invalidate_range(pmap_t pmap, vm_offset_t sva, vm_offset_t eva)
-{
-	u_int cpumask;
-	u_int other_cpus;
-	struct thread *td;
-	vm_offset_t addr;
-
 PMAP_INLINE void
 pmap_invalidate_all(pmap_t pmap)
 {
@@ -717,7 +707,6 @@
 		for (addr = sva; addr < eva; addr += PAGE_SIZE)
 			invlpg(addr);
 }
-#endif
 
 PMAP_INLINE void
 pmap_invalidate_all(pmap_t pmap)

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?200207120827.g6C8RrFo059013>