mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 06:17:19 +07:00
f10e58a5d2
The imx SC api strongly assumes that messages are composed out of
4-bytes words but some of our message structs have odd sizeofs.
This produces many oopses with CONFIG_KASAN=y.
Fix by marking with __aligned(4).
Fixes:
|
||
---|---|---|
.. | ||
gpc.c | ||
gpcv2.c | ||
Kconfig | ||
Makefile | ||
soc-imx8.c | ||
soc-imx-scu.c |