From a8e1bc2e147dca3cbfe710b6a35847cbaf57bb20 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sun, 19 Jul 2015 10:45:58 +0000 Subject: [PATCH] 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 --- sys/i386/i386/locore.s | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index f5737b4759d6..5bf7944568e9 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -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"