Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/arch/hpcmips/hpcmips Pull up following revision(s) (r...
details: https://anonhg.NetBSD.org/src/rev/9829516610ce
branches: netbsd-9
changeset: 1001497:9829516610ce
user: martin <martin%NetBSD.org@localhost>
date: Thu Feb 20 14:38:29 2020 +0000
description:
Pull up following revision(s) (requested by sevan in ticket #712):
sys/arch/hpcmips/hpcmips/hpcapm_machdep.c: revision 1.6
spelling
diffstat:
sys/arch/hpcmips/hpcmips/hpcapm_machdep.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r b2b961f4f8c3 -r 9829516610ce sys/arch/hpcmips/hpcmips/hpcapm_machdep.c
--- a/sys/arch/hpcmips/hpcmips/hpcapm_machdep.c Thu Feb 20 14:36:38 2020 +0000
+++ b/sys/arch/hpcmips/hpcmips/hpcapm_machdep.c Thu Feb 20 14:38:29 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcapm_machdep.c,v 1.5 2011/03/16 13:23:41 tsutsui Exp $ */
+/* $NetBSD: hpcapm_machdep.c,v 1.5.60.1 2020/02/20 14:38:29 martin Exp $ */
/*
* Copyright (c) 2000 Takemura Shin
@@ -29,7 +29,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpcapm_machdep.c,v 1.5 2011/03/16 13:23:41 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpcapm_machdep.c,v 1.5.60.1 2020/02/20 14:38:29 martin Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -67,8 +67,8 @@
vrip_splpiu();
/*
- * STANDBY instruction puts the CPU into power saveing
- * state until some interrupt occuer.
+ * STANDBY instruction puts the CPU into power saving
+ * state until some interrupt occurs.
* It sleeps until you push the power button.
*/
__asm(".set noreorder");
@@ -99,8 +99,8 @@
vrip_splpiu();
/*
- * SUSPEND instruction puts the CPU into power saveing
- * state until some interrupt occuer.
+ * SUSPEND instruction puts the CPU into power saving
+ * state until some interrupt occurs.
* It sleeps until you push the power button.
*/
__asm(".set noreorder");
Home |
Main Index |
Thread Index |
Old Index