Date: Wed, 10 Apr 2002 09:34:52 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c Message-ID: <200204101634.g3AGYrH24874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2002/04/10 09:34:52 PDT Modified files: sys/ia64/ia64 pmap.c Log: Initialise PCPU_GET(current_pmap) in pmap_bootstrap - cpu_switch needs to be sure that it is always correct and this was not true for the first call to cpu_switch. When thread0 resumed later, it ended up calling pmap_install with a null pmap, which is bad. Revision Changes Path 1.55 +1 -0 src/sys/ia64/ia64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204101634.g3AGYrH24874>