Page MenuHomeFreeBSD

linuxkpi: <asm/unaligned.h> is moved to <linux/unaligned.h> in Linux 6.12
Needs ReviewPublic

Authored by dumbbell on Thu, Apr 16, 9:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 19, 8:28 AM
Unknown Object (File)
Sat, Apr 18, 11:21 AM
Unknown Object (File)
Sat, Apr 18, 10:56 AM
Unknown Object (File)
Sat, Apr 18, 10:53 AM
Unknown Object (File)
Sat, Apr 18, 7:20 AM
Subscribers

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

This is part of the update of DRM drivers to Linux 6.12.

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

At some point in the future we should clean up old version support, and move the content here.

At some point in the future we should clean up old version support, and move the content here.

We'd still need to include the new location from the old then.

Maybe we should just move the file right away and add a new one with the new file as include in the old location and be done?

sys/compat/linuxkpi/common/include/linux/unaligned.h
10

Why do we keep this conditional? Any include guards in the old implementation should suffice?