Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/hppa Remove redundant line.



details:   https://anonhg.NetBSD.org/src/rev/59185c145eb1
branches:  trunk
changeset: 750055:59185c145eb1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Dec 14 23:36:52 2009 +0000

description:
Remove redundant line.

diffstat:

 sys/arch/hppa/hppa/trap.S |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 024e69d56f80 -r 59185c145eb1 sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Mon Dec 14 23:35:06 2009 +0000
+++ b/sys/arch/hppa/hppa/trap.S Mon Dec 14 23:36:52 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.33 2009/12/12 15:25:32 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.34 2009/12/14 23:36:52 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -2302,7 +2302,6 @@
 EXIT(TLABEL(all))
 
        .align  32
-       .export TLABEL(ibrk), entry
 ENTRY_NOPROFILE(TLABEL(ibrk),0)
        /* If called by a user process then always pass it to trap() */
        mfctl   %pcoq, %r8



Home | Main Index | Thread Index | Old Index