Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/algor/algor Remove conflicting/redundant common dec...
details: https://anonhg.NetBSD.org/src/rev/f0a2fb4faa6c
branches: trunk
changeset: 777721:f0a2fb4faa6c
user: matt <matt%NetBSD.org@localhost>
date: Fri Mar 02 16:19:52 2012 +0000
description:
Remove conflicting/redundant common declarations.
diffstat:
sys/arch/algor/algor/machdep.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 8f86d61c7268 -r f0a2fb4faa6c sys/arch/algor/algor/machdep.c
--- a/sys/arch/algor/algor/machdep.c Fri Mar 02 16:19:15 2012 +0000
+++ b/sys/arch/algor/algor/machdep.c Fri Mar 02 16:19:52 2012 +0000
@@ -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 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;
Home |
Main Index |
Thread Index |
Old Index