svn commit: r195188 - head/sys/amd64/amd64

Andriy Gapon avg at FreeBSD.org
Tue Jun 30 11:16:33 UTC 2009


Author: avg
Date: Tue Jun 30 11:16:32 2009
New Revision: 195188
URL: http://svn.freebsd.org/changeset/base/195188

Log:
  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

Modified:
  head/sys/amd64/amd64/identcpu.c

Modified: head/sys/amd64/amd64/identcpu.c
==============================================================================
--- head/sys/amd64/amd64/identcpu.c	Tue Jun 30 10:07:33 2009	(r195187)
+++ head/sys/amd64/amd64/identcpu.c	Tue Jun 30 11:16:32 2009	(r195188)
@@ -107,9 +107,6 @@ static struct {
 };
 
 
-extern int pq_l2size;
-extern int pq_l2nways;
-
 void
 printcpuinfo(void)
 {


More information about the svn-src-head mailing list