Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Remove unused local variable.
details: https://anonhg.NetBSD.org/src/rev/91795bf3e1d3
branches: trunk
changeset: 765502:91795bf3e1d3
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat May 28 20:53:57 2011 +0000
description:
Remove unused local variable.
Spelling fix in comment.
diffstat:
sys/arch/arm/arm32/irq_dispatch.S | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 6d55795979fb -r 91795bf3e1d3 sys/arch/arm/arm32/irq_dispatch.S
--- a/sys/arch/arm/arm32/irq_dispatch.S Sat May 28 19:30:19 2011 +0000
+++ b/sys/arch/arm/arm32/irq_dispatch.S Sat May 28 20:53:57 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: irq_dispatch.S,v 1.10 2008/04/27 18:58:44 matt Exp $ */
+/* $NetBSD: irq_dispatch.S,v 1.11 2011/05/28 20:53:57 jakllsch Exp $ */
/*
* Copyright (c) 2002 Fujitsu Component Limited
@@ -91,8 +91,6 @@
*/
.text
.align 0
-.Lcurrent_intr_depth:
- .word _C_LABEL(cpu_info_store) + CI_INTR_DEPTH
LOCK_CAS_CHECK_LOCALS
@@ -108,7 +106,7 @@
* Increment the interrupt nesting depth and call the interrupt
* dispatch routine. We've pushed a frame, so we can safely use
* callee-saved regs here. We use the following registers, which
- * we expect to presist:
+ * we expect to persist:
*
* r4 address of current cpu_info
* r6 old value of `ci_intr_depth'
Home |
Main Index |
Thread Index |
Old Index