projects/*/linux: add option 'threadirqs' to kernel commandline to force threaded irq-handlers

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-05-20 21:23:16 +02:00
parent 32099eb33b
commit 59570d302d
7 changed files with 7 additions and 7 deletions

View File

@ -412,7 +412,7 @@ CONFIG_PHYSICAL_ALIGN=0x1000000
# CONFIG_HOTPLUG_CPU is not set
# CONFIG_COMPAT_VDSO is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init"
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init threadirqs"
# CONFIG_CMDLINE_OVERRIDE is not set
#

View File

@ -402,7 +402,7 @@ CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init"
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init threadirqs"
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

View File

@ -404,7 +404,7 @@ CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init"
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init threadirqs"
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

View File

@ -399,7 +399,7 @@ CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init"
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init threadirqs"
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

View File

@ -362,7 +362,7 @@ CONFIG_PHYSICAL_START=0x1000000
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init"
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init threadirqs"
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

View File

@ -400,7 +400,7 @@ CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init"
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init threadirqs"
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

View File

@ -364,7 +364,7 @@ CONFIG_PHYSICAL_START=0x1000000
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init"
CONFIG_CMDLINE="fastboot root=/dev/ram0 rdinit=/init threadirqs"
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y