svn commit: r187419 - in stable/7/sys: . amd64/amd64 contrib/pf dev/ath/ath_hal dev/cxgb i386/i386

Alan Cox alc at FreeBSD.org
Sun Jan 18 20:31:19 PST 2009


Author: alc
Date: Mon Jan 19 04:31:18 2009
New Revision: 187419
URL: http://svn.freebsd.org/changeset/base/187419

Log:
  MFC rev 180255
    Eliminate an unused declaration.  (In fact, the declaration is bogus
    because the variable is defined static to pmap.c.)

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/amd64/amd64/mp_machdep.c
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/i386/i386/mp_machdep.c

Modified: stable/7/sys/amd64/amd64/mp_machdep.c
==============================================================================
--- stable/7/sys/amd64/amd64/mp_machdep.c	Mon Jan 19 02:37:10 2009	(r187418)
+++ stable/7/sys/amd64/amd64/mp_machdep.c	Mon Jan 19 04:31:18 2009	(r187419)
@@ -79,7 +79,6 @@ int	mcount_lock;
 
 int	mp_naps;		/* # of Applications processors */
 int	boot_cpu_id = -1;	/* designated BSP */
-extern	int nkpt;
 
 extern  struct pcpu __pcpu[];
 

Modified: stable/7/sys/i386/i386/mp_machdep.c
==============================================================================
--- stable/7/sys/i386/i386/mp_machdep.c	Mon Jan 19 02:37:10 2009	(r187418)
+++ stable/7/sys/i386/i386/mp_machdep.c	Mon Jan 19 04:31:18 2009	(r187419)
@@ -131,7 +131,6 @@ int	mcount_lock;
 
 int	mp_naps;		/* # of Applications processors */
 int	boot_cpu_id = -1;	/* designated BSP */
-extern	int nkpt;
 
 extern	struct pcpu __pcpu[];
 


More information about the svn-src-stable mailing list