From owner-cvs-all Mon Sep 30 23:34:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FDF037B401; Mon, 30 Sep 2002 23:34:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A4E43E3B; Mon, 30 Sep 2002 23:34:21 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from freefall.freebsd.org (jake@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g916YLCo069323; Mon, 30 Sep 2002 23:34:21 -0700 (PDT) (envelope-from jake@freefall.freebsd.org) Received: (from jake@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g916YLA4069322; Mon, 30 Sep 2002 23:34:21 -0700 (PDT) Message-Id: <200210010634.g916YLA4069322@freefall.freebsd.org> From: Jake Burkholder Date: Mon, 30 Sep 2002 23:34:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include param.h src/sys/sparc64/sparc64 clock.c machdep.c mp_machdep.c pmap.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 jake 2002/09/30 23:34:21 PDT Modified files: sys/sparc64/include param.h sys/sparc64/sparc64 clock.c machdep.c mp_machdep.c pmap.c Log: Get rid of the TODO macro in the few places that still need work; either comment it out or change to explicit panics. It conflicts with things like #if TODO in drivers. Revision Changes Path 1.15 +0 -3 src/sys/sparc64/include/param.h 1.8 +1 -1 src/sys/sparc64/sparc64/clock.c 1.64 +1 -1 src/sys/sparc64/sparc64/machdep.c 1.16 +1 -1 src/sys/sparc64/sparc64/mp_machdep.c 1.84 +2 -2 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message