From owner-cvs-all Mon Jun 25 16:52:31 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5C3737B406; Mon, 25 Jun 2001 16:52:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5PNqQb68944; Mon, 25 Jun 2001 16:52:26 -0700 (PDT) (envelope-from jhb) Message-Id: <200106252352.f5PNqQb68944@freefall.freebsd.org> From: John Baldwin Date: Mon, 25 Jun 2001 16:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/06/25 16:52:26 PDT Modified files: sys/alpha/alpha pmap.c trap.c Log: - Grab the vm lock around all of pmap_emulate_reference() as it manipulates vm_page_t's. - Add a KTR_TRAP tracepoint to trap() on the alpha that displays the contents of a0, a1, and a2 to make debugging of nested traps that panic before displaying any useful output easier. Revision Changes Path 1.59 +2 -4 src/sys/alpha/alpha/pmap.c 1.65 +14 -6 src/sys/alpha/alpha/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message