aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
authorMark Brown <broonie@kernel.org>2026-05-30 00:26:11 +0100
committerMark Brown <broonie@kernel.org>2026-05-30 00:26:11 +0100
commit30a025b7ed6a484d54893f80be414d17153d8342 (patch)
tree2ab60da1f8ab09444b4c9a9723a57560183fa302 /Documentation
parent4a4fd953be5fd7ca9d22be8145e5c48cd7b74fae (diff)
parentcbe44c389ae80362e72696ac08f7c55a83f2a050 (diff)
downloadlinux-next-history-30a025b7ed6a484d54893f80be414d17153d8342.tar.gz
Merge branch 'crc-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/arch/arm/kernel_mode_neon.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/arch/arm/kernel_mode_neon.rst b/Documentation/arch/arm/kernel_mode_neon.rst
index 9bfb71a2a9b96..1efb6d35b7bd0 100644
--- a/Documentation/arch/arm/kernel_mode_neon.rst
+++ b/Documentation/arch/arm/kernel_mode_neon.rst
@@ -121,4 +121,6 @@ observe the following in addition to the rules above:
* Compile the unit containing the NEON intrinsics with '-ffreestanding' so GCC
uses its builtin version of <stdint.h> (this is a C99 header which the kernel
does not supply);
-* Include <arm_neon.h> last, or at least after <linux/types.h>
+* Do not include <arm_neon.h> directly: instead, include <asm/neon-intrinsics.h>,
+ which tweaks some macro definitions so that system headers can be included
+ safely.