Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/include Pull up revision 1.66 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/a36e53f3be88
branches:  netbsd-1-5
changeset: 491382:a36e53f3be88
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 09:29:38 2001 +0000

description:
Pull up revision 1.66 (requested by jdolecek):
  Add ``const'' to cpu tables.
  Properly identify and distinguish newer Intel CPUs using Brand
  ID information.

diffstat:

 sys/arch/i386/include/cpu.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 25db71a9d8ec -r a36e53f3be88 sys/arch/i386/include/cpu.h
--- a/sys/arch/i386/include/cpu.h       Wed Apr 25 09:21:03 2001 +0000
+++ b/sys/arch/i386/include/cpu.h       Wed Apr 25 09:29:38 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.64 2000/06/04 21:27:38 mycroft Exp $ */
+/*     $NetBSD: cpu.h,v 1.64.2.1 2001/04/25 09:29:38 he Exp $  */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -148,8 +148,8 @@
 extern int cpu_id;
 extern char cpu_vendor[];
 extern int cpuid_level;
-extern struct cpu_nocpuid_nameclass i386_nocpuid_cpus[];
-extern struct cpu_cpuid_nameclass i386_cpuid_cpus[];
+extern const struct cpu_nocpuid_nameclass i386_nocpuid_cpus[];
+extern const struct cpu_cpuid_nameclass i386_cpuid_cpus[];
 
 /* machdep.c */
 void   delay __P((int));



Home | Main Index | Thread Index | Old Index