Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/amd64 Remove extra space.



details:   https://anonhg.NetBSD.org/src/rev/222b70d6bdd8
branches:  trunk
changeset: 770147:222b70d6bdd8
user:      njoly <njoly%NetBSD.org@localhost>
date:      Wed Oct 05 20:39:24 2011 +0000

description:
Remove extra space.

diffstat:

 sys/arch/amd64/amd64/trap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0c38b20140ca -r 222b70d6bdd8 sys/arch/amd64/amd64/trap.c
--- a/sys/arch/amd64/amd64/trap.c       Wed Oct 05 20:37:40 2011 +0000
+++ b/sys/arch/amd64/amd64/trap.c       Wed Oct 05 20:39:24 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.66 2011/04/03 22:29:25 dyoung Exp $ */
+/*     $NetBSD: trap.c,v 1.67 2011/10/05 20:39:24 njoly Exp $  */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.66 2011/04/03 22:29:25 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.67 2011/10/05 20:39:24 njoly Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -275,7 +275,7 @@
                else
                        printf("unknown trap %ld", (u_long)frame->tf_trapno);
                printf(" in %s mode\n", (type & T_USER) ? "user" : "supervisor");
-               printf("trap type %d code %lx rip %lx cs %lx rflags %lx cr2 "
+               printf("trap type %d code %lx rip %lx cs %lx rflags %lx cr2"
                       " %lx cpl %x rsp %lx\n",
                    type, frame->tf_err, (u_long)frame->tf_rip, frame->tf_cs,
                    frame->tf_rflags, rcr2(), curcpu()->ci_ilevel, frame->tf_rsp);



Home | Main Index | Thread Index | Old Index