Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2002 23:56:55 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11528 for review
Message-ID:  <200205190656.g4J6utt58554@freefall.freebsd.org>

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

Change 11528 by peter@peter_ia64 on 2002/05/18 23:56:09

	Marcel reminded me about this one.

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/mp_machdep.c#15 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/mp_machdep.c#15 (text+ko) ====

@@ -215,11 +215,7 @@
 			 * recording a trapframe.
 			 */
 			ks = contigmalloc(KSTACK_PAGES * PAGE_SIZE, M_TEMP,
-					  M_WAITOK,
-					  0ul,
-					  256*1024*1024 - 1,
-					  PAGE_SIZE,
-					  256*1024*1024);
+			    M_WAITOK, 0ul, ~0ul, PAGE_SIZE, 0ul);
 
 			ap_stack = IA64_PHYS_TO_RR7(ia64_tpa((u_int64_t)ks));
 			ap_pcpu = pc;

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?200205190656.g4J6utt58554>