summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/cpu.h
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-02-02 10:43:35 +0000
committerkato <kato@FreeBSD.org>1997-02-02 10:43:35 +0000
commitc83689767299dca540ff66826d2f54bbb73800ac (patch)
tree355a5f08e9cac2215fb7012d5eaa8df43d5cfe22 /sys/amd64/include/cpu.h
parentee7d1d310f9ef46e5784e0edb991a58c70253a25 (diff)
downloadFreeBSD-src-c83689767299dca540ff66826d2f54bbb73800ac.zip
FreeBSD-src-c83689767299dca540ff66826d2f54bbb73800ac.tar.gz
Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.
Found-by: lint
Diffstat (limited to 'sys/amd64/include/cpu.h')
-rw-r--r--sys/amd64/include/cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index f5abb1b..83723c2 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -133,7 +133,6 @@ struct cpu_nameclass {
extern int cpu;
extern int cpu_class;
extern u_char intr_nesting_level;
-extern struct cpu_nameclass i386_cpus[];
extern int want_resched; /* resched was called */
#endif
OpenPOWER on IntegriCloud