Module Name:    src
Committed By:   christos
Date:           Sat Jan 11 17:06:15 UTC 2014

Modified Files:
        src/sys/arch/i386/i386: spl.S

Log Message:
remove vestige from old call to printk()

This line was introduced with a call to printk() in CVS revision
1.22.4.3 and should have been removed when the call to printk() was
removed in CVS revision 1.22.4.6.  (Richard Hansen)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/i386/i386/spl.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/i386/i386/spl.S
diff -u src/sys/arch/i386/i386/spl.S:1.39 src/sys/arch/i386/i386/spl.S:1.40
--- src/sys/arch/i386/i386/spl.S:1.39	Sat Jun 22 02:57:30 2013
+++ src/sys/arch/i386/i386/spl.S	Sat Jan 11 12:06:15 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: spl.S,v 1.39 2013/06/22 06:57:30 uebayasi Exp $	*/
+/*	$NetBSD: spl.S,v 1.40 2014/01/11 17:06:15 christos Exp $	*/
 
 /*
  * Copyright (c) 1998, 2007, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <machine/asm.h>
-__KERNEL_RCSID(0, "$NetBSD: spl.S,v 1.39 2013/06/22 06:57:30 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: spl.S,v 1.40 2014/01/11 17:06:15 christos Exp $");
 
 #include "opt_vm86.h"
 #include "opt_ddb.h"
@@ -226,7 +226,6 @@ IDTVEC(spllower)
 	ret
 #if defined(DEBUG)
 .Lspllower_panic:
-	addl $8, %esp
 	pushl	$1f
 	call	_C_LABEL(panic)
 1:	.asciz	"SPLLOWER: INTERRUPT ENABLED"

Reply via email to