use pragma pack around dmub_addr definition
authorjsg <jsg@openbsd.org>
Tue, 14 Feb 2023 11:31:47 +0000 (11:31 +0000)
committerjsg <jsg@openbsd.org>
Tue, 14 Feb 2023 11:31:47 +0000 (11:31 +0000)
commit12139144481c3d519ea04a8a115f5b429e40a4f8
treef391515e1e7050109eb6db52f15d6e0042b7a2df
parentf289c483c58bfcafdf924f6305a4f5b56a898a85
use pragma pack around dmub_addr definition

Avoids warnings about alignment changing when embedded inside of a
packed struct (dmub_rb_cmd_mall) seen with clang 15 on arm64.

reported and compile tested by tb@
sent upstream to amd-gfx list
sys/dev/pci/drm/amd/display/dmub/inc/dmub_cmd.h