Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.
These are unneeded with INTRNG.
This commit is contained in:
parent
737e25f7eb
commit
e4c66ddabd
@ -5,9 +5,6 @@ cpu CPU_CORTEXA
|
||||
machine arm armv7
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../allwinner/files.allwinner"
|
||||
files "../allwinner/a20/files.a20"
|
||||
files "../allwinner/a31/files.a31"
|
||||
|
@ -4,7 +4,4 @@ cpu CPU_CORTEXA
|
||||
machine arm armv7
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../altera/socfpga/files.socfpga"
|
||||
|
@ -20,9 +20,6 @@ files "../amlogic/aml8726/files.aml8726"
|
||||
# Set all global interrupts to be edge triggered, active high.
|
||||
options GIC_DEFAULT_ICFGR_INIT=0xffffffff
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
#options EARLY_PRINTF
|
||||
#options SOCDEV_PA=0xc8100000
|
||||
#options SOCDEV_VA=0xd8100000
|
||||
|
@ -10,7 +10,4 @@ options KERNVIRTADDR=0xa0200000
|
||||
makeoptions KERNBASE=0xa0000000
|
||||
options KERNBASE=0xa0000000
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../annapurna/alpine/files.alpine"
|
||||
|
@ -5,8 +5,6 @@ cpu CPU_CORTEXA
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
options SOC_BCM2836
|
||||
|
||||
options IPI_IRQ_START=76
|
||||
|
||||
files "../broadcom/bcm2835/files.bcm2836"
|
||||
files "../broadcom/bcm2835/files.bcm283x"
|
||||
|
||||
|
@ -3,8 +3,5 @@ machine arm armv7
|
||||
cpu CPU_CORTEXA
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../freescale/imx/files.imx6"
|
||||
|
||||
|
@ -4,6 +4,3 @@ cpu CPU_CORTEXA
|
||||
machine arm armv7
|
||||
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
@ -5,7 +5,4 @@ makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
options INTRNG
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../nvidia/tegra124/files.tegra124"
|
||||
|
@ -6,8 +6,5 @@ makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
options KERNVIRTADDR = 0xc1000000
|
||||
makeoptions KERNVIRTADDR = 0xc1000000
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../qemu/files.qemu"
|
||||
|
||||
|
@ -5,7 +5,4 @@ cpu CPU_CORTEXA
|
||||
machine arm armv7
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../rockchip/files.rk30xx"
|
||||
|
@ -4,7 +4,4 @@ cpu CPU_CORTEXA
|
||||
machine arm armv7
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../samsung/exynos/files.exynos5"
|
||||
|
@ -4,7 +4,4 @@ cpu CPU_CORTEXA
|
||||
machine arm armv7
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
||||
files "../samsung/exynos/files.exynos5"
|
||||
|
@ -8,6 +8,3 @@ machine arm armv7
|
||||
makeoptions CONF_CFLAGS="-march=armv7a"
|
||||
|
||||
files "../xilinx/files.zynq7"
|
||||
|
||||
options IPI_IRQ_START=0
|
||||
options IPI_IRQ_END=15
|
||||
|
Loading…
Reference in New Issue
Block a user