Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2015 21:07:48 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288131 - head/sys/amd64/include
Message-ID:  <201509222107.t8ML7mSq041825@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Tue Sep 22 21:07:47 2015
New Revision: 288131
URL: https://svnweb.freebsd.org/changeset/base/288131

Log:
  amd64: plug redundant bootAP declaration
  
  Reported by:	gcc5

Modified:
  head/sys/amd64/include/smp.h

Modified: head/sys/amd64/include/smp.h
==============================================================================
--- head/sys/amd64/include/smp.h	Tue Sep 22 20:48:12 2015	(r288130)
+++ head/sys/amd64/include/smp.h	Tue Sep 22 21:07:47 2015	(r288131)
@@ -35,7 +35,6 @@ extern int			mp_naps;
 extern int			boot_cpu_id;
 extern struct pcb		stoppcbs[];
 extern int			cpu_apic_ids[];
-extern int bootAP;
 extern void *dpcpu;
 extern char *bootSTK;
 extern int bootAP;



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