Date: Sun, 19 Jul 2015 10:45:59 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285686 - head/sys/i386/i386 Message-ID: <201507191045.t6JAjxJa008818@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507191045.t6JAjxJa008818>