Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 May 2002 16:06:56 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10859 for review
Message-ID:  <200205052306.g45N6uD22890@freefall.freebsd.org>

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

Change 10859 by peter@peter_thunder on 2002/05/05 16:05:56

	Commit from ia64 box running x86 p4 binary.

Affected files ...

... //depot/projects/ia64/sys/fs/procfs/procfs_map.c#3 edit

Differences ...

==== //depot/projects/ia64/sys/fs/procfs/procfs_map.c#3 (text+ko) ====

@@ -109,11 +109,13 @@
 
 		resident = 0;
 		addr = entry->start;
+#ifndef __ia64__	/* This explodes for some reason */
 		while (addr < entry->end) {
 			if (pmap_extract( pmap, addr))
 				resident++;
 			addr += PAGE_SIZE;
 		}
+#endif
 
 		for (lobj = tobj = obj; tobj; tobj = tobj->backing_object)
 			lobj = tobj;

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?200205052306.g45N6uD22890>