Module Name:    src
Committed By:   matt
Date:           Sat Mar  3 00:20:34 UTC 2012

Modified Files:
        src/sys/arch/evbmips/rmixl: machdep.c

Log Message:
Remove redundant common declaration.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbmips/rmixl/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbmips/rmixl/machdep.c
diff -u src/sys/arch/evbmips/rmixl/machdep.c:1.12 src/sys/arch/evbmips/rmixl/machdep.c:1.13
--- src/sys/arch/evbmips/rmixl/machdep.c:1.12	Fri Mar  2 16:20:55 2012
+++ src/sys/arch/evbmips/rmixl/machdep.c	Sat Mar  3 00:20:33 2012
@@ -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 @@ static u_long rmixl_physaddr_storage[
 /* 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;
 

Reply via email to