From owner-cvs-all Wed Feb 7 14:42:10 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 4828D37B6C0; Wed, 7 Feb 2001 14:41:48 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f17Mfma31810; Wed, 7 Feb 2001 14:41:48 -0800 (PST) (envelope-from jhb) Message-Id: <200102072241.f17Mfma31810@freefall.freebsd.org> From: John Baldwin Date: Wed, 7 Feb 2001 14:41:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 db_trace.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/02/07 14:41:48 PST Modified files: sys/i386/i386 db_trace.c Log: When SMPng was first committed, we removed 'cpl' from the interrupt frame. Teach ddb about this as there is one less word for it to skip over when finding a trapframe on the interrupt frame stack. Revision Changes Path 1.37 +2 -2 src/sys/i386/i386/db_trace.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message