The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=112a6912e1c99439a7e2a75f3961e18f3b800c6e

commit 112a6912e1c99439a7e2a75f3961e18f3b800c6e
Author:     Jean-Sébastien Pédron <[email protected]>
AuthorDate: 2025-05-26 18:10:51 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2025-12-05 20:12:01 +0000

    linuxkpi: Add dummy <linux/percpu{,-defs}.h>
    
    There are no consumers right now except the upcoming <linux/eventfd.h>.
    This is meant to reproduce the same includes as Linux, in case consumers
    of <linux/eventfd.h> implicitly rely on namespace pollution.
    
    Reviewed by:    bz, emaste
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D50851
---
 sys/compat/linuxkpi/dummy/include/linux/percpu-defs.h | 0
 sys/compat/linuxkpi/dummy/include/linux/percpu.h      | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/sys/compat/linuxkpi/dummy/include/linux/percpu-defs.h 
b/sys/compat/linuxkpi/dummy/include/linux/percpu-defs.h
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/sys/compat/linuxkpi/dummy/include/linux/percpu.h 
b/sys/compat/linuxkpi/dummy/include/linux/percpu.h
new file mode 100644
index 000000000000..e69de29bb2d1

Reply via email to