diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2025-05-26 18:10:51 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-12-05 20:12:01 +0000 |
| commit | 112a6912e1c99439a7e2a75f3961e18f3b800c6e (patch) | |
| tree | 6731180a529a9c8d5389fcef71e824c2b890347a | |
| parent | bc14dcd113ae49b778b14d7bc446d57e96f40365 (diff) | |
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
| -rw-r--r-- | sys/compat/linuxkpi/dummy/include/linux/percpu-defs.h | 0 | ||||
| -rw-r--r-- | 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 --- /dev/null +++ b/sys/compat/linuxkpi/dummy/include/linux/percpu-defs.h 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 --- /dev/null +++ b/sys/compat/linuxkpi/dummy/include/linux/percpu.h |
