Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 20:08:10 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14360 for review
Message-ID:  <200207170308.g6H38A8d056923@freefall.freebsd.org>

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

Change 14360 by peter@peter_ia64 on 2002/07/16 20:07:42

	gah. s/area/idle/

Affected files ...

.. //depot/projects/ia64/sys/ia64/ia64/pmap.c#28 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/pmap.c#28 (text+ko) ====

@@ -2048,7 +2048,7 @@
  */
 
 void
-pmap_zero_page_area(vm_page_t m)
+pmap_zero_page_idle(vm_page_t m)
 {
 	vm_offset_t va = IA64_PHYS_TO_RR7(VM_PAGE_TO_PHYS(m));
 	bzero((caddr_t) va, PAGE_SIZE);
@@ -2056,7 +2056,6 @@
 
 
 /*
-/*
  *	pmap_copy_page copies the specified (machine independent)
  *	page by mapping the page into virtual memory and using
  *	bcopy to copy the page, one machine dependent page at a

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?200207170308.g6H38A8d056923>