Author: manu Date: Thu Dec 28 07:31:14 2017 New Revision: 327280 URL: https://svnweb.freebsd.org/changeset/base/327280
Log: Revert r327250 as it broke the build for some armv6 kernel and all armv4/5 Reported by: ian Modified: head/sys/arm/allwinner/files.allwinner head/sys/arm/altera/socfpga/files.socfpga head/sys/arm/amlogic/aml8726/files.aml8726 head/sys/arm/annapurna/alpine/files.alpine head/sys/arm/broadcom/bcm2835/files.bcm283x head/sys/arm/freescale/imx/files.imx5 head/sys/arm/freescale/imx/files.imx6 head/sys/arm/freescale/vybrid/files.vybrid head/sys/arm/lpc/files.lpc head/sys/arm/mv/files.mv head/sys/arm/nvidia/tegra124/files.tegra124 head/sys/arm/qemu/files.qemu head/sys/arm/ralink/files.ralink head/sys/arm/rockchip/files.rk30xx head/sys/arm/samsung/exynos/files.exynos5 head/sys/arm/ti/files.ti head/sys/arm/versatile/files.versatile head/sys/arm/xilinx/files.zynq7 head/sys/conf/files.arm Modified: head/sys/arm/allwinner/files.allwinner ============================================================================== --- head/sys/arm/allwinner/files.allwinner Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/allwinner/files.allwinner Thu Dec 28 07:31:14 2017 (r327280) @@ -1,4 +1,5 @@ # $FreeBSD$ +kern/kern_clocksource.c standard arm/allwinner/a10_ahci.c optional ahci arm/allwinner/a10_codec.c optional sound Modified: head/sys/arm/altera/socfpga/files.socfpga ============================================================================== --- head/sys/arm/altera/socfpga/files.socfpga Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/altera/socfpga/files.socfpga Thu Dec 28 07:31:14 2017 (r327280) @@ -1,5 +1,7 @@ # $FreeBSD$ +kern/kern_clocksource.c standard + arm/altera/socfpga/socfpga_common.c standard arm/altera/socfpga/socfpga_machdep.c standard arm/altera/socfpga/socfpga_manager.c standard Modified: head/sys/arm/amlogic/aml8726/files.aml8726 ============================================================================== --- head/sys/arm/amlogic/aml8726/files.aml8726 Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/amlogic/aml8726/files.aml8726 Thu Dec 28 07:31:14 2017 (r327280) @@ -1,5 +1,7 @@ #$FreeBSD$ +kern/kern_clocksource.c standard + arm/amlogic/aml8726/aml8726_l2cache.c standard arm/amlogic/aml8726/aml8726_machdep.c standard Modified: head/sys/arm/annapurna/alpine/files.alpine ============================================================================== --- head/sys/arm/annapurna/alpine/files.alpine Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/annapurna/alpine/files.alpine Thu Dec 28 07:31:14 2017 (r327280) @@ -1,5 +1,7 @@ # $FreeBSD$ +kern/kern_clocksource.c standard + arm/versatile/sp804.c standard dev/uart/uart_dev_ns8250.c optional uart Modified: head/sys/arm/broadcom/bcm2835/files.bcm283x ============================================================================== --- head/sys/arm/broadcom/bcm2835/files.bcm283x Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/broadcom/bcm2835/files.bcm283x Thu Dec 28 07:31:14 2017 (r327280) @@ -17,6 +17,8 @@ arm/broadcom/bcm2835/bcm2835_vcio.c standard arm/broadcom/bcm2835/bcm2835_wdog.c standard arm/broadcom/bcm2835/bcm283x_dwc_fdt.c optional dwcotg fdt +kern/kern_clocksource.c standard + dev/mbox/mbox_if.m standard arm/broadcom/bcm2835/bcm2835_audio.c optional sound vchiq \ Modified: head/sys/arm/freescale/imx/files.imx5 ============================================================================== --- head/sys/arm/freescale/imx/files.imx5 Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/freescale/imx/files.imx5 Thu Dec 28 07:31:14 2017 (r327280) @@ -1,4 +1,5 @@ # $FreeBSD$ +kern/kern_clocksource.c standard # Init arm/freescale/imx/imx_common.c standard Modified: head/sys/arm/freescale/imx/files.imx6 ============================================================================== --- head/sys/arm/freescale/imx/files.imx6 Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/freescale/imx/files.imx6 Thu Dec 28 07:31:14 2017 (r327280) @@ -1,6 +1,11 @@ # $FreeBSD$ # +# Standard ARM support. +# +kern/kern_clocksource.c standard + +# # Standard imx6 devices and support. # arm/freescale/fsl_ocotp.c standard Modified: head/sys/arm/freescale/vybrid/files.vybrid ============================================================================== --- head/sys/arm/freescale/vybrid/files.vybrid Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/freescale/vybrid/files.vybrid Thu Dec 28 07:31:14 2017 (r327280) @@ -1,5 +1,7 @@ # $FreeBSD$ +kern/kern_clocksource.c standard + arm/freescale/vybrid/vf_machdep.c standard arm/freescale/vybrid/vf_ccm.c standard arm/freescale/vybrid/vf_anadig.c standard Modified: head/sys/arm/lpc/files.lpc ============================================================================== --- head/sys/arm/lpc/files.lpc Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/lpc/files.lpc Thu Dec 28 07:31:14 2017 (r327280) @@ -13,3 +13,4 @@ arm/lpc/lpc_spi.c optional lpcspi arm/lpc/lpc_dmac.c optional dmac arm/lpc/ssd1289.c optional ssd1289 dev/uart/uart_dev_lpc.c optional uart +kern/kern_clocksource.c standard Modified: head/sys/arm/mv/files.mv ============================================================================== --- head/sys/arm/mv/files.mv Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/mv/files.mv Thu Dec 28 07:31:14 2017 (r327280) @@ -33,3 +33,5 @@ dev/uart/uart_dev_snps.c optional uart dev/usb/controller/ehci_mv.c optional ehci dev/usb/controller/xhci_mv.c optional xhci dev/ahci/ahci_mv_fdt.c optional ahci + +kern/kern_clocksource.c standard Modified: head/sys/arm/nvidia/tegra124/files.tegra124 ============================================================================== --- head/sys/arm/nvidia/tegra124/files.tegra124 Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/nvidia/tegra124/files.tegra124 Thu Dec 28 07:31:14 2017 (r327280) @@ -1,6 +1,11 @@ # $FreeBSD$ # +# Standard ARM support. +# +kern/kern_clocksource.c standard + +# # Standard tegra124 devices and support. # arm/nvidia/tegra124/tegra124_machdep.c standard Modified: head/sys/arm/qemu/files.qemu ============================================================================== --- head/sys/arm/qemu/files.qemu Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/qemu/files.qemu Thu Dec 28 07:31:14 2017 (r327280) @@ -1,6 +1,11 @@ # $FreeBSD$ # +# Standard ARM support. +# +kern/kern_clocksource.c standard + +# # Standard qemu virt devices and support. # arm/qemu/virt_machdep.c standard Modified: head/sys/arm/ralink/files.ralink ============================================================================== --- head/sys/arm/ralink/files.ralink Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/ralink/files.ralink Thu Dec 28 07:31:14 2017 (r327280) @@ -5,3 +5,5 @@ arm/ralink/rt1310_gpio.c optional rt1310gpio arm/ralink/rt1310_timer.c standard arm/ralink/if_fv.c optional fv +kern/kern_clocksource.c standard + Modified: head/sys/arm/rockchip/files.rk30xx ============================================================================== --- head/sys/arm/rockchip/files.rk30xx Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/rockchip/files.rk30xx Thu Dec 28 07:31:14 2017 (r327280) @@ -1,4 +1,5 @@ # $FreeBSD$ +kern/kern_clocksource.c standard arm/rockchip/rk30xx_machdep.c standard arm/rockchip/rk30xx_pmu.c standard Modified: head/sys/arm/samsung/exynos/files.exynos5 ============================================================================== --- head/sys/arm/samsung/exynos/files.exynos5 Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/samsung/exynos/files.exynos5 Thu Dec 28 07:31:14 2017 (r327280) @@ -1,5 +1,7 @@ # $FreeBSD$ +kern/kern_clocksource.c standard + arm/samsung/exynos/exynos5_mct.c standard arm/samsung/exynos/exynos5_mp.c optional smp arm/samsung/exynos/exynos5_machdep.c standard Modified: head/sys/arm/ti/files.ti ============================================================================== --- head/sys/arm/ti/files.ti Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/ti/files.ti Thu Dec 28 07:31:14 2017 (r327280) @@ -1,5 +1,7 @@ #$FreeBSD$ +kern/kern_clocksource.c standard + arm/ti/ti_cpuid.c standard arm/ti/ti_hwmods.c standard arm/ti/ti_machdep.c standard Modified: head/sys/arm/versatile/files.versatile ============================================================================== --- head/sys/arm/versatile/files.versatile Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/versatile/files.versatile Thu Dec 28 07:31:14 2017 (r327280) @@ -8,3 +8,5 @@ arm/versatile/versatile_common.c standard arm/versatile/versatile_pci.c optional pci arm/versatile/versatile_scm.c standard arm/versatile/versatile_sic.c standard + +kern/kern_clocksource.c standard Modified: head/sys/arm/xilinx/files.zynq7 ============================================================================== --- head/sys/arm/xilinx/files.zynq7 Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/arm/xilinx/files.zynq7 Thu Dec 28 07:31:14 2017 (r327280) @@ -3,6 +3,8 @@ # # $FreeBSD$ +kern/kern_clocksource.c standard + arm/xilinx/zy7_machdep.c standard arm/xilinx/zy7_l2cache.c standard arm/xilinx/zy7_slcr.c standard Modified: head/sys/conf/files.arm ============================================================================== --- head/sys/conf/files.arm Thu Dec 28 05:34:38 2017 (r327279) +++ head/sys/conf/files.arm Thu Dec 28 07:31:14 2017 (r327280) @@ -145,7 +145,6 @@ font.h optional sc \ compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \ no-obj no-implicit-rule before-depend \ clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8" -kern/kern_clocksource.c standard kern/msi_if.m optional intrng kern/pic_if.m optional intrng kern/subr_busdma_bufalloc.c standard _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"