Module Name:    src
Committed By:   matt
Date:           Fri Mar  2 16:19:52 UTC 2012

Modified Files:
        src/sys/arch/algor/algor: machdep.c

Log Message:
Remove conflicting/redundant common declarations.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/algor/algor/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/algor/algor/machdep.c
diff -u src/sys/arch/algor/algor/machdep.c:1.51 src/sys/arch/algor/algor/machdep.c:1.52
--- src/sys/arch/algor/algor/machdep.c:1.51	Sat Jul  9 16:03:00 2011
+++ src/sys/arch/algor/algor/machdep.c	Fri Mar  2 16:19:52 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.51 2011/07/09 16:03:00 matt Exp $	*/
+/*	$NetBSD: machdep.c,v 1.52 2012/03/02 16:19:52 matt Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.51 2011/07/09 16:03:00 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.52 2012/03/02 16:19:52 matt Exp $");
 
 #include "opt_algor_p4032.h"
 #include "opt_algor_p5064.h" 
@@ -149,13 +149,9 @@ struct p5064_config p5064_configuration;
 struct p6032_config p6032_configuration;
 #endif 
 
-/* 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;
 
-int	physmem;		/* # pages of physical memory */
 int	maxmem;			/* max memory per process */
 
 int	mem_cluster_cnt;

Reply via email to