Needed by drm-kmod
Obtained from: OpenBSD
Sponsored by: Beckhoff Automation GmbH & Co. KG
Details
Details
- Reviewers
- None
- Group Reviewers
linuxkpi - Commits
- rGaf4fb0c0fe1c: linuxkpi: Add some memset functions
rGfa1f02baafd3: linuxkpi: Add some memset functions
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/linuxkpi/common/include/linux/string.h | ||
---|---|---|
224 | Please make a new loop here: void **dst = p; while (n--) return (p); |
Comment Actions
Switch memset32/memset64 (badly copy/pasted)
sys/compat/linuxkpi/common/include/linux/string.h | ||
---|---|---|
224 | Why ? |
sys/compat/linuxkpi/common/include/linux/string.h | ||
---|---|---|
224 | I might imagine cheribsd wants to use this one day and there sizeof(void *) == 16 bytes . |
Comment Actions
Apart from the #inlcude I am fine with this.
sys/compat/linuxkpi/common/include/linux/string.h | ||
---|---|---|
42 | #include <linux/bitops.h> /* for BITS_PER_LONG */ |