Date: Fri, 05 Dec 2025 20:12:25 +0000
From: Ed Maste <emaste@FreeBSD.org>
To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc: Jean-=?utf-8?Q?S=C3=A9bast?==?utf-8?Q?ien P=C3=A9?=dron <dumbbell@FreeBSD.org>
Subject: git: 112a6912e1c9 - main - linuxkpi: Add dummy <linux/percpu{,-defs}.h>
Message-ID: <69333ca9.2b8a0.449f0a0b@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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 <dumbbell@FreeBSD.org> AuthorDate: 2025-05-26 18:10:51 +0000 Commit: Ed Maste <emaste@FreeBSD.org> 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..e69de29bb2d1help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69333ca9.2b8a0.449f0a0b>
