Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/rmixl Remove redundant common declaration.



details:   https://anonhg.NetBSD.org/src/rev/ca55e971bde5
branches:  trunk
changeset: 777750:ca55e971bde5
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 03 00:20:33 2012 +0000

description:
Remove redundant common declaration.

diffstat:

 sys/arch/evbmips/rmixl/machdep.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r ff668a4d5779 -r ca55e971bde5 sys/arch/evbmips/rmixl/machdep.c
--- a/sys/arch/evbmips/rmixl/machdep.c  Fri Mar 02 23:19:47 2012 +0000
+++ b/sys/arch/evbmips/rmixl/machdep.c  Sat Mar 03 00:20:33 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.12 2012/03/02 16:20:55 matt Exp $        */
+/*     $NetBSD: machdep.c,v 1.13 2012/03/03 00:20:33 matt Exp $        */
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -74,7 +74,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.12 2012/03/02 16:20:55 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.13 2012/03/03 00:20:33 matt Exp $");
 
 #define __INTR_PRIVATE
 
@@ -197,9 +197,6 @@
 /* For sysctl_hw. */
 extern char cpu_model[];
 
-/* Our exported CPU info; we can have only one. */  
-struct cpu_info cpu_info_store;
-
 /* Maps for VM objects. */
 struct vm_map *phys_map = NULL;
 



Home | Main Index | Thread Index | Old Index