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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to