From owner-cvs-all@FreeBSD.ORG Thu Mar 3 01:26:40 2005 Return-Path: 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 B294916A4CE; Thu, 3 Mar 2005 01:26:40 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89F6043D1F; Thu, 3 Mar 2005 01:26:40 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j231QewD027865; Thu, 3 Mar 2005 01:26:40 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j231QeTe027864; Thu, 3 Mar 2005 01:26:40 GMT (envelope-from marius) Message-Id: <200503030126.j231QeTe027864@repoman.freebsd.org> From: Marius Strobl Date: Thu, 3 Mar 2005 01:26:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 exception.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 01:26:41 -0000 marius 2005-03-03 01:26:40 UTC FreeBSD src repository Modified files: sys/sparc64/sparc64 exception.S Log: Remove the transition aid for the change of the sparc64 default system call vector which was added in rev. 1.52. This change was done way before sparc64 switched to a 64-bit time_t so all binaries are expected to have been recompiled by now. Revision Changes Path 1.69 +0 -4 src/sys/sparc64/sparc64/exception.S