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
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 46590 Build 43479: arc lint + arc unit
Event Timeline
sys/compat/linuxkpi/common/include/linux/string.h | ||
---|---|---|
223 | 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 | ||
---|---|---|
223 | Why ? |
sys/compat/linuxkpi/common/include/linux/string.h | ||
---|---|---|
223 | 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 | ||
---|---|---|
41 | #include <linux/bitops.h> /* for BITS_PER_LONG */ |