Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips whitespace cleanup
details: https://anonhg.NetBSD.org/src/rev/9e81444b3cd7
branches: trunk
changeset: 764653:9e81444b3cd7
user: matt <matt%NetBSD.org@localhost>
date: Fri Apr 29 22:13:49 2011 +0000
description:
whitespace cleanup
diffstat:
sys/arch/mips/mips/cpu_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 531872770134 -r 9e81444b3cd7 sys/arch/mips/mips/cpu_subr.c
--- a/sys/arch/mips/mips/cpu_subr.c Fri Apr 29 22:12:22 2011 +0000
+++ b/sys/arch/mips/mips/cpu_subr.c Fri Apr 29 22:13:49 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu_subr.c,v 1.10 2011/04/14 15:44:39 matt Exp $ */
+/* $NetBSD: cpu_subr.c,v 1.11 2011/04/29 22:13:49 matt Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.10 2011/04/14 15:44:39 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.11 2011/04/29 22:13:49 matt Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -150,7 +150,7 @@
ci->ci_cycles_per_hz = cpu_info_store.ci_cycles_per_hz;
ci->ci_divisor_delay = cpu_info_store.ci_divisor_delay;
ci->ci_divisor_recip = cpu_info_store.ci_divisor_recip;
- ci->ci_cpuwatch_count = cpu_info_store.ci_cpuwatch_count;
+ ci->ci_cpuwatch_count = cpu_info_store.ci_cpuwatch_count;
/*
* Attach its TLB info (which must be direct-mapped)
Home |
Main Index |
Thread Index |
Old Index