svn commit: r285686 - head/sys/i386/i386

Konstantin Belousov kib at FreeBSD.org
Sun Jul 19 10:45:59 UTC 2015


Author: kib
Date: Sun Jul 19 10:45:58 2015
New Revision: 285686
URL: https://svnweb.freebsd.org/changeset/base/285686

Log:
  Revert bit of the r285627, locore.s does not need include of
  opt_kstack_pages.h.  The asm gets the right KSTACK_PAGES from the
  assym.s.
  
  Reported by:	bz
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/i386/i386/locore.s

Modified: head/sys/i386/i386/locore.s
==============================================================================
--- head/sys/i386/i386/locore.s	Sun Jul 19 08:52:35 2015	(r285685)
+++ head/sys/i386/i386/locore.s	Sun Jul 19 10:45:58 2015	(r285686)
@@ -41,7 +41,6 @@
 
 #include "opt_bootp.h"
 #include "opt_compat.h"
-#include "opt_kstack_pages.h"
 #include "opt_nfsroot.h"
 #include "opt_pmap.h"
 


More information about the svn-src-head mailing list