Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/i386 remove vestige from old call to printk()
details: https://anonhg.NetBSD.org/src/rev/e23107fd14f7
branches: trunk
changeset: 325915:e23107fd14f7
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 11 17:06:15 2014 +0000
description:
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)
diffstat:
sys/arch/i386/i386/spl.S | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 66f1e1e38073 -r e23107fd14f7 sys/arch/i386/i386/spl.S
--- a/sys/arch/i386/i386/spl.S Sat Jan 11 17:05:17 2014 +0000
+++ b/sys/arch/i386/i386/spl.S Sat Jan 11 17:06:15 2014 +0000
@@ -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 @@
ret
#if defined(DEBUG)
.Lspllower_panic:
- addl $8, %esp
pushl $1f
call _C_LABEL(panic)
1: .asciz "SPLLOWER: INTERRUPT ENABLED"
Home |
Main Index |
Thread Index |
Old Index