git: 7596061c3a39 - stable/15 - linuxkpi: Add dummy <linux/percpu{,-defs}.h>

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 15 Dec 2025 15:02:59 UTC
The branch stable/15 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=7596061c3a39bbacb51b772e64bb8880bf10402f

commit 7596061c3a39bbacb51b772e64bb8880bf10402f
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2025-05-26 18:10:51 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-12-15 15:02:09 +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
    
    (cherry picked from commit 112a6912e1c99439a7e2a75f3961e18f3b800c6e)
---
 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