git: 4b580c6bf9b2 - stable/13 - x86: files: Make sys/x86/x86/pvclock.c optional
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Oct 2021 09:23:59 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=4b580c6bf9b2d42cd33a783b78317553a096a363
commit 4b580c6bf9b2d42cd33a783b78317553a096a363
Author: Adam Fenn <adam@fenn.io>
AuthorDate: 2021-08-04 15:10:43 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-10 09:21:16 +0000
x86: files: Make sys/x86/x86/pvclock.c optional
(cherry picked from commit 346f5a0c483b7c159efd7c8faf4a18f3e3f77158)
---
sys/conf/files.x86 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/files.x86 b/sys/conf/files.x86
index fba4cb1eb863..a74a848756f7 100644
--- a/sys/conf/files.x86
+++ b/sys/conf/files.x86
@@ -341,7 +341,7 @@ x86/x86/x86_mem.c optional mem
x86/x86/mp_x86.c optional smp
x86/x86/mp_watchdog.c optional mp_watchdog smp
x86/x86/nexus.c standard
-x86/x86/pvclock.c standard
+x86/x86/pvclock.c optional xenhvm
x86/x86/stack_machdep.c optional ddb | stack
x86/x86/tsc.c standard
x86/x86/ucode.c standard