Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include Remove the now-unused CPU_MAXMODEL and ...



details:   https://anonhg.NetBSD.org/src/rev/a3aeb5f05028
branches:  trunk
changeset: 791887:a3aeb5f05028
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sun Dec 08 18:08:34 2013 +0000

description:
Remove the now-unused CPU_MAXMODEL and CPU_DEFMODEL

diffstat:

 sys/arch/x86/include/cputypes.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r ea81e76e37ad -r a3aeb5f05028 sys/arch/x86/include/cputypes.h
--- a/sys/arch/x86/include/cputypes.h   Sun Dec 08 18:00:51 2013 +0000
+++ b/sys/arch/x86/include/cputypes.h   Sun Dec 08 18:08:34 2013 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index