Date: Thu, 22 Jan 2026 19:09:42 +0000 From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 2b1db07bec92 - main - x86: add machine/ifunc.h Message-ID: <697275f6.9b6e.4ba32b9a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=2b1db07bec92e9447e6574a74366d4dd606e80a6 commit 2b1db07bec92e9447e6574a74366d4dd606e80a6 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2026-01-22 05:08:30 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2026-01-22 19:09:21 +0000 x86: add machine/ifunc.h Sponsored by: The FreeBSD Foundation MFC after: 1 week --- sys/amd64/include/ifunc.h | 5 +++++ sys/i386/include/ifunc.h | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/sys/amd64/include/ifunc.h b/sys/amd64/include/ifunc.h new file mode 100644 index 000000000000..1af46757b836 --- /dev/null +++ b/sys/amd64/include/ifunc.h @@ -0,0 +1,5 @@ +/* + * This file is in the public domain. + */ + +#include <x86/ifunc.h> diff --git a/sys/i386/include/ifunc.h b/sys/i386/include/ifunc.h new file mode 100644 index 000000000000..1af46757b836 --- /dev/null +++ b/sys/i386/include/ifunc.h @@ -0,0 +1,5 @@ +/* + * This file is in the public domain. + */ + +#include <x86/ifunc.h>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697275f6.9b6e.4ba32b9a>
