Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144559433
D43490.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
429 B
Referenced Files
None
Subscribers
None
D43490.diff
View Options
diff --git a/sys/arm64/arm64/machdep_boot.c b/sys/arm64/arm64/machdep_boot.c
--- a/sys/arm64/arm64/machdep_boot.c
+++ b/sys/arm64/arm64/machdep_boot.c
@@ -27,6 +27,7 @@
*/
#include "opt_platform.h"
+#include "opt_ddb.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -48,6 +49,10 @@
#include <dev/fdt/fdt_common.h>
#endif
+#ifdef DDB
+#include <ddb/ddb.h>
+#endif
+
extern int *end;
static char *loader_envp;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 10, 2:09 PM (18 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28625669
Default Alt Text
D43490.diff (429 B)
Attached To
Mode
D43490: arm64: fix the handling of DDB symbols in early boot
Attached
Detach File
Event Timeline
Log In to Comment