Module Name:    src
Committed By:   jakllsch
Date:           Sat May 28 20:53:57 UTC 2011

Modified Files:
        src/sys/arch/arm/arm32: irq_dispatch.S

Log Message:
Remove unused local variable.
Spelling fix in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/arm32/irq_dispatch.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/arm32/irq_dispatch.S
diff -u src/sys/arch/arm/arm32/irq_dispatch.S:1.10 src/sys/arch/arm/arm32/irq_dispatch.S:1.11
--- src/sys/arch/arm/arm32/irq_dispatch.S:1.10	Sun Apr 27 18:58:44 2008
+++ src/sys/arch/arm/arm32/irq_dispatch.S	Sat May 28 20:53:57 2011
@@ -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'

Reply via email to