aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/dummy/include/linux/percpu.h
Commit message (Collapse)AuthorAgeFilesLines
* linuxkpi: Add dummy <linux/percpu{,-defs}.h>Jean-Sébastien Pédron2025-12-051-0/+0
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