From owner-svn-src-head@FreeBSD.ORG Tue Dec 9 00:25:57 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C88041065675; Tue, 9 Dec 2008 00:25:57 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B72718FC0C; Tue, 9 Dec 2008 00:25:57 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mB90PvGl074921; Tue, 9 Dec 2008 00:25:57 GMT (envelope-from sobomax@svn.freebsd.org) Received: (from sobomax@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mB90PvD2074920; Tue, 9 Dec 2008 00:25:57 GMT (envelope-from sobomax@svn.freebsd.org) Message-Id: <200812090025.mB90PvD2074920@svn.freebsd.org> From: Maxim Sobolev Date: Tue, 9 Dec 2008 00:25:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185781 - head/sys/boot/i386/btx/btxldr X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 00:25:57 -0000 Author: sobomax Date: Tue Dec 9 00:25:57 2008 New Revision: 185781 URL: http://svn.freebsd.org/changeset/base/185781 Log: Remove now unused label. Submitted by: Christoph Mallon MFC after: 4 weeks (along with r185779 and r185780) Modified: head/sys/boot/i386/btx/btxldr/btxldr.S Modified: head/sys/boot/i386/btx/btxldr/btxldr.S ============================================================================== --- head/sys/boot/i386/btx/btxldr/btxldr.S Mon Dec 8 23:45:41 2008 (r185780) +++ head/sys/boot/i386/btx/btxldr/btxldr.S Tue Dec 9 00:25:57 2008 (r185781) @@ -295,7 +295,7 @@ putstr: lodsb # Load char */ putchr: testb $1,muted # Check muted jnz putchr.5 # do a nop -putchr_nm: pusha # Save + pusha # Save xorl %ecx,%ecx # Zero for loops movb $SCR_MAT,%ah # Mode/attribute movl $BDA_POS,%ebx # BDA pointer