Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101908984
D2048.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2048.diff
View Options
Index: head/sys/arm/conf/PANDABOARD
===================================================================
--- head/sys/arm/conf/PANDABOARD
+++ head/sys/arm/conf/PANDABOARD
@@ -30,6 +30,8 @@
include "std.armv6"
include "../ti/omap4/pandaboard/std.pandaboard"
+options ARM_INTRNG # new interrupt framework
+
options HZ=100
options SCHED_ULE # ULE scheduler
options PLATFORM
Index: head/sys/arm/ti/omap4/std.omap4
===================================================================
--- head/sys/arm/ti/omap4/std.omap4
+++ head/sys/arm/ti/omap4/std.omap4
@@ -17,7 +17,3 @@
options SOC_OMAP4
options ARM_L2_PIPT
-
-options IPI_IRQ_START=0
-options IPI_IRQ_END=15
-
Index: head/sys/arm/ti/ti_common.c
===================================================================
--- head/sys/arm/ti/ti_common.c
+++ head/sys/arm/ti/ti_common.c
@@ -70,7 +70,7 @@
#endif
fdt_pic_decode_t fdt_pic_table[] = {
-#ifdef SOC_OMAP4
+#if defined(SOC_OMAP4) && !defined(ARM_INTRNG)
&gic_decode_fdt,
#endif
#ifdef SOC_TI_AM335X
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 12:06 PM (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14485729
Default Alt Text
D2048.diff (1 KB)
Attached To
Mode
D2048: GIC interrupt controller reworked for new ARM interrupt framework
Attached
Detach File
Event Timeline
Log In to Comment