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 Comment improvements.



details:   https://anonhg.NetBSD.org/src/rev/a50618633961
branches:  trunk
changeset: 752915:a50618633961
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Mar 11 07:01:09 2010 +0000

description:
Comment improvements.

diffstat:

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

diffs (22 lines):

diff -r 1c8d7e291784 -r a50618633961 sys/arch/hppa/hppa/trap.S
--- a/sys/arch/hppa/hppa/trap.S Thu Mar 11 04:55:04 2010 +0000
+++ b/sys/arch/hppa/hppa/trap.S Thu Mar 11 07:01:09 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.S,v 1.43 2010/03/10 18:53:40 skrll Exp $  */
+/*     $NetBSD: trap.S,v 1.44 2010/03/11 07:01:09 skrll Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -111,10 +111,11 @@
        .block  TF_PHYS
        .size   L$trap_tmp_save, .-L$trap_tmp_save
 
+       /* Normal stack alignment */
        .align  64
        .export emergency_stack_start, data
 emergency_stack_start:
-       .block  32768           /* XXX must be aligned to 64 */
+       .block  32768
        .export emergency_stack_end, data
 emergency_stack_end:
        .block  4



Home | Main Index | Thread Index | Old Index