Module Name: src
Committed By: dsl
Date: Sun Dec 8 18:08:34 UTC 2013
Modified Files:
src/sys/arch/x86/include: cputypes.h
Log Message:
Remove the now-unused CPU_MAXMODEL and CPU_DEFMODEL
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include/cputypes.h
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/x86/include/cputypes.h
diff -u src/sys/arch/x86/include/cputypes.h:1.3 src/sys/arch/x86/include/cputypes.h:1.4
--- src/sys/arch/x86/include/cputypes.h:1.3 Thu Jan 27 18:44:40 2011
+++ src/sys/arch/x86/include/cputypes.h Sun Dec 8 18:08:34 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: cputypes.h,v 1.3 2011/01/27 18:44:40 bouyer Exp $ */
+/* $NetBSD: cputypes.h,v 1.4 2013/12/08 18:08:34 dsl Exp $ */
/*
* Copyright (c) 1993 Christopher G. Demetriou
@@ -74,8 +74,6 @@
* Some other defines, dealing with values returned by cpuid.
*/
-#define CPU_MAXMODEL 15 /* Models within family range 0-15 */
-#define CPU_DEFMODEL 16 /* Value for unknown model -> default */
#define CPU_MINFAMILY 4 /* Lowest that cpuid can return (486) */
#define CPU_MAXFAMILY 7 /* Highest consecutive # we know (fake P4) */
#define CPU_FAMILY_P4 15 /* Family number for Pentium 4 */