Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 remove redundant "extern" declarations



details:   https://anonhg.NetBSD.org/src/rev/53f2a945c15e
branches:  trunk
changeset: 548405:53f2a945c15e
user:      drochner <drochner%NetBSD.org@localhost>
date:      Thu Jun 26 16:37:20 2003 +0000

description:
remove redundant "extern" declarations

diffstat:

 sys/arch/i386/i386/procfs_machdep.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 4a20fec8e49e -r 53f2a945c15e sys/arch/i386/i386/procfs_machdep.c
--- a/sys/arch/i386/i386/procfs_machdep.c       Thu Jun 26 16:23:53 2003 +0000
+++ b/sys/arch/i386/i386/procfs_machdep.c       Thu Jun 26 16:37:20 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: procfs_machdep.c,v 1.12 2003/01/17 23:10:32 thorpej Exp $      */
+/*     $NetBSD: procfs_machdep.c,v 1.13 2003/06/26 16:37:20 drochner Exp $     */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.12 2003/01/17 23:10:32 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.13 2003/06/26 16:37:20 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -57,9 +57,7 @@
 #include <machine/specialreg.h>
 
 extern int i386_fpu_present, i386_fpu_exception, i386_fpu_fdivbug;
-extern int cpu_feature;
 extern char cpu_model[];
-extern int cpu_class;
 
 static const char * const i386_features[] = {
        "fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce",



Home | Main Index | Thread Index | Old Index