Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 00:20:07 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8137 for review
Message-ID:  <200203210820.g2L8K7X43763@freefall.freebsd.org>

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

Change 8137 by peter@peter_overcee on 2002/03/21 00:19:26

	corresponding change as in -current. initialize pc->current_pmap

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/machdep.c#19 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#19 (text+ko) ====

@@ -665,6 +665,7 @@
 	 */
 	pcpup = (struct pcpu *) pmap_steal_memory(PAGE_SIZE);
 	pcpu_init(pcpup, 0, PAGE_SIZE);
+	pcpup->pc_current_pmap = kernel_pmap;
 	ia64_set_k4((u_int64_t) pcpup);
 
 	/*

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?200203210820.g2L8K7X43763>