Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107176506
D19073.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
619 B
Referenced Files
None
Subscribers
None
D19073.diff
View Options
Index: head/sys/arm/arm/physmem.c
===================================================================
--- head/sys/arm/arm/physmem.c
+++ head/sys/arm/arm/physmem.c
@@ -29,6 +29,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include "opt_acpi.h"
#include "opt_ddb.h"
/*
@@ -48,8 +49,13 @@
* that can be allocated, or both, depending on the exclusion flags associated
* with the region.
*/
+#ifdef DEV_ACPI
+#define MAX_HWCNT 32 /* ACPI needs more regions */
+#define MAX_EXCNT 32
+#else
#define MAX_HWCNT 16
#define MAX_EXCNT 16
+#endif
#if defined(__arm__)
#define MAX_PHYS_ADDR 0xFFFFFFFFull
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 6:57 AM (4 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15763105
Default Alt Text
D19073.diff (619 B)
Attached To
Mode
D19073: arm, acpi: increase size of memory region arrays
Attached
Detach File
Event Timeline
Log In to Comment