summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-06-03 20:18:15 +0000
committerpeter <peter@FreeBSD.org>2004-06-03 20:18:15 +0000
commitfb5cc8376efca2a795017de4cb1e1d8bb1b911ec (patch)
treeda46f2db9470759a48aeec34307919d8f7cde062 /sys/amd64/include
parent66f3d8ffcacee66eb07b45f2d2febd30f931f6c9 (diff)
downloadFreeBSD-src-fb5cc8376efca2a795017de4cb1e1d8bb1b911ec.zip
FreeBSD-src-fb5cc8376efca2a795017de4cb1e1d8bb1b911ec.tar.gz
MFi386: move cpu_nameclass struct next to its only consumer
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/cputypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/include/cputypes.h b/sys/amd64/include/cputypes.h
index 2048458..f06aa71 100644
--- a/sys/amd64/include/cputypes.h
+++ b/sys/amd64/include/cputypes.h
@@ -44,11 +44,6 @@
#define CPU_SLEDGEHAMMER 2 /* AMD Sledgehammer */
#ifndef LOCORE
-struct cpu_nameclass {
- char *cpu_name;
- int cpu_class;
-};
-
extern int cpu;
extern int cpu_class;
#endif
OpenPOWER on IntegriCloud