[Bug 257549] ld: error: undefined symbol: xen_clock_init
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Aug 2021 09:33:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257549
--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=82bf6a2566ba51f2516c16aa7cca6398972c3123
commit 82bf6a2566ba51f2516c16aa7cca6398972c3123
Author: Roger Pau Monné <royger@FreeBSD.org>
AuthorDate: 2021-08-02 08:22:22 +0000
Commit: Roger Pau Monné <royger@FreeBSD.org>
CommitDate: 2021-08-02 08:33:35 +0000
xen/timer: fix amd64 LINT kernel build
On amd64 XENHVM depends on the xentimer device for PVH early startup,
so both should be added or removed together (like the current
dependency with xenpci). Fix this by adding xentimer to NOTES and
updating the comments on the config files. Note that on i386 there's
no such dependency between xentimer and XENHVM, since there's no PVH
support.
While there also fix the MINIMAL i386 build to include the xentimer,
so it keeps the same functionality as before xentimer was split from
XENHVM.
Reported by: lwhsu
PR: 257549
Fixes: ae5981274815 ('xen/timer: make xen timer optional')
sys/amd64/conf/GENERIC | 4 ++--
sys/amd64/conf/MINIMAL | 4 +++-
sys/amd64/conf/NOTES | 1 +
sys/i386/conf/MINIMAL | 1 +
4 files changed, 7 insertions(+), 3 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.