From owner-cvs-src@FreeBSD.ORG Sat May 24 19:29:02 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C1D6106567B; Sat, 24 May 2008 19:29:02 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 798E28FC1B; Sat, 24 May 2008 19:29:02 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4OJT2nl080367; Sat, 24 May 2008 19:29:02 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4OJT2Rj080366; Sat, 24 May 2008 19:29:02 GMT (envelope-from bz) Message-Id: <200805241929.m4OJT2Rj080366@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 24 May 2008 19:29:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/i386/i386 exception.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 19:29:02 -0000 bz 2008-05-24 19:29:02 UTC FreeBSD src repository Modified files: sys/i386/i386 exception.s Log: Restore buildable state. Style ignored. Leave IDTVEC(ill) where it was unless we compile with KDTRACE_HOOKS[1]. Hide the with DTRACE case case under #ifdef KDTRACE_HOOKS. Suggested by: attilio [1] Reviewed by: attilio Revision Changes Path 1.120 +6 -0 src/sys/i386/i386/exception.s