Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164925704
D19432.id57921.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
514 B
Referenced Files
None
Subscribers
None
D19432.id57921.diff
View Options
Index: head/sys/arm64/arm64/nexus.c
===================================================================
--- head/sys/arm64/arm64/nexus.c
+++ head/sys/arm64/arm64/nexus.c
@@ -292,9 +292,11 @@
enum intr_polarity pol)
{
- /* TODO: This is wrong, it's needed for ACPI */
- device_printf(dev, "bus_config_intr is obsolete and not supported!\n");
- return (EOPNOTSUPP);
+ /*
+ * On arm64 (due to INTRNG), ACPI interrupt configuration is
+ * done in nexus_acpi_map_intr().
+ */
+ return (0);
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 5, 9:42 PM (10 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36051293
Default Alt Text
D19432.id57921.diff (514 B)
Attached To
Mode
D19432: arm64 nexus: remove incorrect warning
Attached
Detach File
Event Timeline
Log In to Comment