summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/cputypes.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-05-30 15:16:07 +0000
committerphk <phk@FreeBSD.org>2004-05-30 15:16:07 +0000
commitcfb99155bf66fdba2ffae7b396c0cc0f4bd1ed49 (patch)
tree0c62d7bb38c7b00068ea399520e2611bb818d9fa /sys/i386/include/cputypes.h
parent7652ad90b08e8c0fd838a3d710baa296a2e6d786 (diff)
downloadFreeBSD-src-cfb99155bf66fdba2ffae7b396c0cc0f4bd1ed49.zip
FreeBSD-src-cfb99155bf66fdba2ffae7b396c0cc0f4bd1ed49.tar.gz
struct cpu_nameclass is a private to identcpu.c, move it there.
Diffstat (limited to 'sys/i386/include/cputypes.h')
-rw-r--r--sys/i386/include/cputypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h
index 585df67..d577754 100644
--- a/sys/i386/include/cputypes.h
+++ b/sys/i386/include/cputypes.h
@@ -61,11 +61,6 @@
#define CPU_P4 16 /* Intel Pentium 4 */
#ifndef LOCORE
-struct cpu_nameclass {
- char *cpu_name;
- int cpu_class;
-};
-
extern int cpu;
extern int cpu_class;
#endif
OpenPOWER on IntegriCloud