diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2025-09-07 23:22:05 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2026-01-05 19:32:49 +0000 |
| commit | 242beec703f771312fac3be1b4ce3092bbc93e25 (patch) | |
| tree | d5c63840a395a1460562c19d4e47e728164a7370 | |
| parent | 55bd09ae0fc437c9eb135952ac278540b7388add (diff) | |
linuxkpi: Add a dummy <linux/fpu.h>
The amdgpu DRM driver started to include in from Linux 6.10, but either
it does not use any of it, or linuxkpi provides the necessary API from
another header.
Reviewed by: bz
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D54498
| -rw-r--r-- | sys/compat/linuxkpi/dummy/include/linux/fpu.h | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/dummy/include/linux/fpu.h b/sys/compat/linuxkpi/dummy/include/linux/fpu.h new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sys/compat/linuxkpi/dummy/include/linux/fpu.h |
