rol64() and rol32() are used by <linux/siphash.h>. The former was added previously, before <linux/siphash.h> was added. However the latter was not, and it broke the build on armv7.
Reported by: adrian
Sponsored by: The FreeBSD Foundation
Differential D54588
linuxkpi: Add `rol32()` Authored by dumbbell on Wed, Jan 7, 9:52 PM. Tags None Referenced Files
Details
rol64() and rol32() are used by <linux/siphash.h>. The former was added previously, before <linux/siphash.h> was added. However the latter was not, and it broke the build on armv7. Reported by: adrian
Diff Detail
|