summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2009-06-30 11:16:32 +0000
committeravg <avg@FreeBSD.org>2009-06-30 11:16:32 +0000
commit19735eeae0f563e449b7002c86c2920fcc4012d4 (patch)
treedb92627152cc4009ef0ad0723a8e9c5299e35412 /sys/amd64
parent4cf230ed170cd555457f98b62de976144a223f57 (diff)
downloadFreeBSD-src-19735eeae0f563e449b7002c86c2920fcc4012d4.zip
FreeBSD-src-19735eeae0f563e449b7002c86c2920fcc4012d4.tar.gz
remove unused/unneeded extern declarations
This should result in no changes to compiled code. Reviewed by: alc Approved by: re (kib) MFC after: 1 day
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/identcpu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 46b7920..2c1b804 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -107,9 +107,6 @@ static struct {
};
-extern int pq_l2size;
-extern int pq_l2nways;
-
void
printcpuinfo(void)
{
OpenPOWER on IntegriCloud