Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163161219
D51676.id159585.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
655 B
Referenced Files
None
Subscribers
None
D51676.id159585.diff
View Options
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -30,13 +30,14 @@
* SUCH DAMAGE.
*/
+#include "assym.inc"
+#include "opt_kstack_pages.h"
+
#include <machine/asmacros.h>
#include <machine/psl.h>
#include <machine/pmap.h>
#include <machine/specialreg.h>
-#include "assym.inc"
-
/*
* Compiled KERNBASE location
*/
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -104,6 +104,7 @@
*/
#include "opt_ddb.h"
+#include "opt_kstack_pages.h"
#include "opt_pmap.h"
#include "opt_vm.h"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 21, 3:45 PM (3 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35323359
Default Alt Text
D51676.id159585.diff (655 B)
Attached To
Mode
D51676: amd64/pmap: include opt_kstack_pages.h
Attached
Detach File
Event Timeline
Log In to Comment