Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2009 04:31:18 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r187419 - in stable/7/sys: . amd64/amd64 contrib/pf dev/ath/ath_hal dev/cxgb i386/i386
Message-ID:  <200901190431.n0J4VIoP097812@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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[];
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901190431.n0J4VIoP097812>