xen/timer: rename "timer.c" to "xen_timer.c"

The better to avoid conflicting with other files given how "timer.c"
isn't a very unique name.  ARM and RISC-V both have timer.c files.

Reviewed by: royger, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/609
Differential Revision: https://reviews.freebsd.org/D36258
This commit is contained in:
Elliott Mitchell 2023-02-05 10:41:14 -07:00 committed by Warner Losh
parent 8d5fef85f0
commit dcb4b13816
2 changed files with 2 additions and 2 deletions

View File

@ -3527,7 +3527,7 @@ dev/xen/efi/pvefi.c optional xenhvm efirt
dev/xen/grant_table/grant_table.c optional xenhvm
dev/xen/netback/netback.c optional xenhvm
dev/xen/netfront/netfront.c optional xenhvm
dev/xen/timer/timer.c optional xenhvm xentimer
dev/xen/timer/xen_timer.c optional xenhvm xentimer
dev/xen/xenpci/xenpci.c optional xenpci
dev/xen/xenstore/xenstore.c optional xenhvm
dev/xen/xenstore/xenstore_dev.c optional xenhvm

View File

@ -29,7 +29,7 @@
*/
/**
* \file dev/xen/timer/timer.c
* \file dev/xen/timer/xen_timer.c
* \brief A timer driver for the Xen hypervisor's PV clock.
*/