Files
linux-stable-mirror/arch/arm/include/asm
Thomas Weißschuh b52343d1cb ARM: clean up the memset64() C wrapper
The current logic to split the 64-bit argument into its 32-bit halves is
byte-order specific and a bit clunky.  Use a union instead which is
easier to read and works in all cases.

GCC still generates the same machine code.

While at it, rename the arguments of the __memset64() prototype to
actually reflect their semantics.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-13 11:15:05 -08:00
..
2025-10-22 07:54:54 +02:00
2024-07-03 19:29:59 -07:00
2024-07-04 13:32:41 -07:00
2025-09-13 16:55:07 -07:00
2024-10-16 00:13:04 +02:00
2024-11-14 10:40:00 +01:00
2025-05-11 17:48:04 -07:00
2026-01-30 16:46:17 +01:00