Date: Thu, 19 Nov 2020 02:53:29 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r367827 - head/sys/conf Message-ID: <202011190253.0AJ2rTwC073396@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Thu Nov 19 02:53:29 2020 New Revision: 367827 URL: https://svnweb.freebsd.org/changeset/base/367827 Log: Move kern_clocksource.c to sys/conf/files Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/files head/sys/conf/files.amd64 head/sys/conf/files.arm head/sys/conf/files.arm64 head/sys/conf/files.i386 head/sys/conf/files.mips head/sys/conf/files.powerpc head/sys/conf/files.riscv Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Thu Nov 19 02:50:48 2020 (r367826) +++ head/sys/conf/files Thu Nov 19 02:53:29 2020 (r367827) @@ -3777,6 +3777,7 @@ kern/ksched.c optional _kposix_priority_scheduling kern/kern_acct.c standard kern/kern_alq.c optional alq kern/kern_clock.c standard +kern/kern_clocksource.c standard kern/kern_condvar.c standard kern/kern_conf.c standard kern/kern_cons.c standard Modified: head/sys/conf/files.amd64 ============================================================================== --- head/sys/conf/files.amd64 Thu Nov 19 02:50:48 2020 (r367826) +++ head/sys/conf/files.amd64 Thu Nov 19 02:53:29 2020 (r367827) @@ -388,7 +388,6 @@ dev/xen/pci/xen_acpi_pci.c optional xenhvm dev/xen/pci/xen_pci.c optional xenhvm isa/syscons_isa.c optional sc isa/vga_isa.c optional vga -kern/kern_clocksource.c standard kern/imgact_aout.c optional compat_aout kern/link_elf_obj.c standard # Modified: head/sys/conf/files.arm ============================================================================== --- head/sys/conf/files.arm Thu Nov 19 02:50:48 2020 (r367826) +++ head/sys/conf/files.arm Thu Nov 19 02:53:29 2020 (r367827) @@ -1,7 +1,5 @@ # $FreeBSD$ -kern/kern_clocksource.c standard - arm/arm/autoconf.c standard arm/arm/bcopy_page.S standard arm/arm/bcopyinout.S standard Modified: head/sys/conf/files.arm64 ============================================================================== --- head/sys/conf/files.arm64 Thu Nov 19 02:50:48 2020 (r367826) +++ head/sys/conf/files.arm64 Thu Nov 19 02:53:29 2020 (r367827) @@ -367,7 +367,6 @@ dev/vnic/thunder_bgx.c optional vnic pci dev/vnic/thunder_mdio_fdt.c optional vnic fdt dev/vnic/thunder_mdio.c optional vnic dev/vnic/lmac_if.m optional inet | inet6 | vnic -kern/kern_clocksource.c standard kern/msi_if.m optional intrng kern/pic_if.m optional intrng kern/subr_devmap.c standard Modified: head/sys/conf/files.i386 ============================================================================== --- head/sys/conf/files.i386 Thu Nov 19 02:50:48 2020 (r367826) +++ head/sys/conf/files.i386 Thu Nov 19 02:53:29 2020 (r367827) @@ -211,7 +211,6 @@ i386/pci/pci_cfgreg.c optional pci i386/pci/pci_pir.c optional pci isa/syscons_isa.c optional sc isa/vga_isa.c optional vga -kern/kern_clocksource.c standard kern/imgact_aout.c optional compat_aout kern/subr_sfbuf.c standard libkern/divdi3.c standard Modified: head/sys/conf/files.mips ============================================================================== --- head/sys/conf/files.mips Thu Nov 19 02:50:48 2020 (r367826) +++ head/sys/conf/files.mips Thu Nov 19 02:53:29 2020 (r367827) @@ -48,7 +48,6 @@ mips/mips/uma_machdep.c standard mips/mips/vm_machdep.c standard # misc opt-in bits -kern/kern_clocksource.c standard kern/link_elf_obj.c standard kern/subr_atomic64.c optional mips | mipsel | mipshf | mipselhf kern/subr_busdma_bufalloc.c standard Modified: head/sys/conf/files.powerpc ============================================================================== --- head/sys/conf/files.powerpc Thu Nov 19 02:50:48 2020 (r367826) +++ head/sys/conf/files.powerpc Thu Nov 19 02:53:29 2020 (r367827) @@ -110,7 +110,6 @@ dev/tsec/if_tsec_fdt.c optional tsec dev/uart/uart_cpu_powerpc.c optional uart dev/usb/controller/ehci_fsl.c optional ehci mpc85xx dev/vt/hw/ofwfb/ofwfb.c optional vt aim -kern/kern_clocksource.c standard kern/subr_atomic64.c optional powerpc | powerpcspe kern/subr_dummy_vdso_tc.c standard kern/syscalls.c optional ktr Modified: head/sys/conf/files.riscv ============================================================================== --- head/sys/conf/files.riscv Thu Nov 19 02:50:48 2020 (r367826) +++ head/sys/conf/files.riscv Thu Nov 19 02:53:29 2020 (r367827) @@ -13,7 +13,6 @@ dev/xilinx/axi_quad_spi.c optional xilinx_spi dev/xilinx/axidma.c optional axidma xdma dev/xilinx/if_xae.c optional xae dev/xilinx/xlnx_pcib.c optional pci fdt xlnx_pcib -kern/kern_clocksource.c standard kern/msi_if.m standard kern/pic_if.m standard kern/subr_devmap.c standard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011190253.0AJ2rTwC073396>