Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x86/x86/procfs_machdep.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x86/x86/procfs_machdep.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/sys/arch/x86/x86/procfs_machdep.c 2014/02/12 23:24:09 1.3 +++ src/sys/arch/x86/x86/procfs_machdep.c 2014/03/24 20:06:33 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_machdep.c,v 1.3 2014/02/12 23:24:09 dsl Exp $ */ +/* $NetBSD: procfs_machdep.c,v 1.4 2014/03/24 20:06:33 christos Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -42,7 +42,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.3 2014/02/12 23:24:09 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.4 2014/03/24 20:06:33 christos Exp $"); #include #include @@ -56,8 +56,6 @@ __KERNEL_RCSID(0, "$NetBSD: procfs_machd #include #include -extern char cpu_model[]; - static const char * const x86_features[] = { /* Intel-defined */ "fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce",