Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 04:19:10 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14423 for review
Message-ID:  <200207181119.g6IBJAo3040068@freefall.freebsd.org>

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

Change 14423 by peter@peter_ia64 on 2002/07/18 04:18:16

	Check in lmin fix here as well.

Affected files ...

.. //depot/projects/ia64/sys/vm/vm_map.c#26 edit

Differences ...

==== //depot/projects/ia64/sys/vm/vm_map.c#26 (text+ko) ====

@@ -263,7 +263,7 @@
 void
 vm_init2(void) 
 {
-	uma_zone_set_obj(kmapentzone, &kmapentobj, min(cnt.v_page_count,
+	uma_zone_set_obj(kmapentzone, &kmapentobj, lmin(cnt.v_page_count,
 	    (VM_MAX_KERNEL_ADDRESS - KERNBASE) / PAGE_SIZE) / 8);
 	vmspace_zone = uma_zcreate("VMSPACE", sizeof(struct vmspace), NULL,
 #ifdef INVARIANTS

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?200207181119.g6IBJAo3040068>