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:
parent
8d5fef85f0
commit
dcb4b13816
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user