summaryrefslogtreecommitdiff
path: root/sys/arch/sh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-09 00:12:13 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-11-09 00:12:13 +0000
commita316d611782ca21d1688469ad3c9699c8f2636c8 (patch)
tree3b6997c827384dfcb758e999cf7bccb41807cd81 /sys/arch/sh
parent4df68521ee9e95f48147879b0f05ef940b1667c7 (diff)
no newline at end of cpu_model
Diffstat (limited to 'sys/arch/sh')
-rw-r--r--sys/arch/sh/sh/sh_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sh/sh/sh_machdep.c b/sys/arch/sh/sh/sh_machdep.c
index fa35082eb07..0a8549d092f 100644
--- a/sys/arch/sh/sh/sh_machdep.c
+++ b/sys/arch/sh/sh/sh_machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sh_machdep.c,v 1.5 2006/11/08 10:53:58 otto Exp $ */
+/* $OpenBSD: sh_machdep.c,v 1.6 2006/11/09 00:12:12 deraadt Exp $ */
/* $NetBSD: sh3_machdep.c,v 1.59 2006/03/04 01:13:36 uwe Exp $ */
/*-
@@ -255,7 +255,7 @@ sh_startup()
printf("%s", version);
if (*cpu_model != '\0')
- printf("%s", cpu_model);
+ printf("%s\n", cpu_model);
#ifdef DEBUG
printf("general exception handler:\t%d byte\n",
sh_vector_generic_end - sh_vector_generic);