The branch main has been updated by kib:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=2b1db07bec92e9447e6574a74366d4dd606e80a6

commit 2b1db07bec92e9447e6574a74366d4dd606e80a6
Author:     Konstantin Belousov <[email protected]>
AuthorDate: 2026-01-22 05:08:30 +0000
Commit:     Konstantin Belousov <[email protected]>
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>

Reply via email to