svn commit: r288131 - head/sys/amd64/include

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 22 21:07:48 UTC 2015


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;


More information about the svn-src-all mailing list