Index: head/sys/arm/allwinner/std.allwinner =================================================================== --- head/sys/arm/allwinner/std.allwinner (revision 336803) +++ head/sys/arm/allwinner/std.allwinner (revision 336804) @@ -1,15 +1,12 @@ # Allwinner common options #$FreeBSD$ 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" files "../allwinner/a83t/files.a83t" files "../allwinner/h3/files.h3" Index: head/sys/arm/altera/socfpga/std.socfpga =================================================================== --- head/sys/arm/altera/socfpga/std.socfpga (revision 336803) +++ head/sys/arm/altera/socfpga/std.socfpga (revision 336804) @@ -1,10 +1,7 @@ # $FreeBSD$ 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" Index: head/sys/arm/amlogic/aml8726/std.aml8726 =================================================================== --- head/sys/arm/amlogic/aml8726/std.aml8726 (revision 336803) +++ head/sys/arm/amlogic/aml8726/std.aml8726 (revision 336804) @@ -1,28 +1,25 @@ # $FreeBSD$ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" # Physical memory starts at 0x80000000. We assume the kernel is loaded # at 0x80100000 by u-boot (which doesn't support ubldr since it's missing # CONFIG_API). The kernel must be supplied as a binary since u-boot is # also missing CONFIG_CMD_ELF. # # options KERNVIRTADDR=0xc0100000 # Used in ldscript.arm makeoptions KERNVIRTADDR=0xc0100000 device fdt_pinctrl 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 Index: head/sys/arm/annapurna/alpine/std.alpine =================================================================== --- head/sys/arm/annapurna/alpine/std.alpine (revision 336803) +++ head/sys/arm/annapurna/alpine/std.alpine (revision 336804) @@ -1,16 +1,13 @@ # $FreeBSD$ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a -DAL_HAVE_TYPES" makeoptions KERNVIRTADDR=0xa0200000 options KERNVIRTADDR=0xa0200000 makeoptions KERNBASE=0xa0000000 options KERNBASE=0xa0000000 -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../annapurna/alpine/files.alpine" Index: head/sys/arm/broadcom/bcm2835/std.bcm2836 =================================================================== --- head/sys/arm/broadcom/bcm2835/std.bcm2836 (revision 336803) +++ head/sys/arm/broadcom/bcm2835/std.bcm2836 (revision 336804) @@ -1,12 +1,10 @@ # $FreeBSD$ machine arm armv7 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" Index: head/sys/arm/freescale/imx/std.imx6 =================================================================== --- head/sys/arm/freescale/imx/std.imx6 (revision 336803) +++ head/sys/arm/freescale/imx/std.imx6 (revision 336804) @@ -1,10 +1,7 @@ # $FreeBSD$ 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" Index: head/sys/arm/mv/armada38x/std.armada38x =================================================================== --- head/sys/arm/mv/armada38x/std.armada38x (revision 336803) +++ head/sys/arm/mv/armada38x/std.armada38x (revision 336804) @@ -1,9 +1,6 @@ # $FreeBSD$ files "../mv/files.arm7" cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" - -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 Index: head/sys/arm/nvidia/tegra124/std.tegra124 =================================================================== --- head/sys/arm/nvidia/tegra124/std.tegra124 (revision 336803) +++ head/sys/arm/nvidia/tegra124/std.tegra124 (revision 336804) @@ -1,11 +1,8 @@ # $FreeBSD$ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" options INTRNG -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../nvidia/tegra124/files.tegra124" Index: head/sys/arm/qemu/std.virt =================================================================== --- head/sys/arm/qemu/std.virt (revision 336803) +++ head/sys/arm/qemu/std.virt (revision 336804) @@ -1,13 +1,10 @@ # $FreeBSD$ machine arm armv7 cpu CPU_CORTEXA 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" Index: head/sys/arm/rockchip/std.rk30xx =================================================================== --- head/sys/arm/rockchip/std.rk30xx (revision 336803) +++ head/sys/arm/rockchip/std.rk30xx (revision 336804) @@ -1,11 +1,8 @@ # Rockchip rk30xx common options #$FreeBSD$ 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" Index: head/sys/arm/samsung/exynos/std.exynos5250 =================================================================== --- head/sys/arm/samsung/exynos/std.exynos5250 (revision 336803) +++ head/sys/arm/samsung/exynos/std.exynos5250 (revision 336804) @@ -1,10 +1,7 @@ # $FreeBSD$ 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" Index: head/sys/arm/samsung/exynos/std.exynos5420 =================================================================== --- head/sys/arm/samsung/exynos/std.exynos5420 (revision 336803) +++ head/sys/arm/samsung/exynos/std.exynos5420 (revision 336804) @@ -1,10 +1,7 @@ # $FreeBSD$ 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" Index: head/sys/arm/xilinx/std.zynq7 =================================================================== --- head/sys/arm/xilinx/std.zynq7 (revision 336803) +++ head/sys/arm/xilinx/std.zynq7 (revision 336804) @@ -1,13 +1,10 @@ # # std.zynq7 - Generic configuration for Xilinx Zynq-7000 PS. # # $FreeBSD$ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" files "../xilinx/files.zynq7" - -options IPI_IRQ_START=0 -options IPI_IRQ_END=15