Date: Tue, 27 Jan 2026 00:39:45 +0000 From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 96e697b84922 - stable/15 - x86: add machine/ifunc.h Message-ID: <69780951.ce18.4b0ff137@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=96e697b8492212a7680910c8b524ff8b3f2d4bf6 commit 96e697b8492212a7680910c8b524ff8b3f2d4bf6 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2026-01-22 05:08:30 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2026-01-27 00:38:22 +0000 x86: add machine/ifunc.h (cherry picked from commit 2b1db07bec92e9447e6574a74366d4dd606e80a6) --- 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?69780951.ce18.4b0ff137>
