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 unused BSS allocation.



details:   https://anonhg.NetBSD.org/src/rev/a0906bca17a1
branches:  trunk
changeset: 754285:a0906bca17a1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Apr 26 12:10:51 2010 +0000

description:
Remove unused BSS allocation.

diffstat:

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

diffs (17 lines):

diff -r 15370803ad21 -r a0906bca17a1 sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Mon Apr 26 09:47:46 2010 +0000
+++ b/sys/arch/hppa/hppa/trap.S Mon Apr 26 12:10:51 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.48 2010/04/02 19:33:16 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.49 2010/04/26 12:10:51 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -114,7 +114,6 @@
        .block  32768
        .export emergency_stack_end, data
 emergency_stack_end:
-       .block  4
 
        .text
 



Home | Main Index | Thread Index | Old Index