Fix various default IRQ priorities

Changes the default IRQ priority level from 0 to 2 for the following
kernel configuration options as priorities 0 and 1 are reserved for the
first 32 IDT entries.

	SHARED_IRQ_0_PRI
	SHARED_IRQ_1_PRI
	I2C_DW_0_INT_PRIORITY
	GPIO_DW_0_PRI
	GPIO_DW_1_PRI
	SPI_INTEL_PORT_0_PRI
	SPI_INTEL_PORT_1_PRI

Change-Id: I0fc821c68156eb1e1fe776b2bd4ff5890bba40e8
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-10-14 15:20:27 -04:00 committed by Anas Nashif
commit 5084b6da56
5 changed files with 12 additions and 12 deletions

View file

@ -54,7 +54,7 @@ config SHARED_IRQ_0_IRQ
config SHARED_IRQ_0_PRI
int "instance 0 interrupt priority"
default 0
default 2
depends on SHARED_IRQ_0
help
Prioity of shared interrupt handler for the configured interrupt
@ -106,7 +106,7 @@ config SHARED_IRQ_1_IRQ
config SHARED_IRQ_1_PRI
int "instance 1 interrupt priority"
default 0
default 2
depends on SHARED_IRQ_0
help
Prioity of shared interrupt handler for the configured interrupt