Nick Desaulniers e6a0c958bd ARM: 9133/1: mm: proc-macros: ensure *_tlb_fns are 4B aligned
A kernel built with CONFIG_THUMB2_KERNEL=y and using clang as the
assembler could generate non-naturally-aligned v7wbi_tlb_fns which
results in a boot failure. The original commit adding the macro missed
the .align directive on this data.

Link: https://github.com/ClangBuiltLinux/linux/issues/1447
Link: https://lore.kernel.org/all/0699da7b-354f-aecc-a62f-e25693209af4@linaro.org/
Debugged-by: Ard Biesheuvel <ardb@kernel.org>
Debugged-by: Nathan Chancellor <nathan@kernel.org>
Debugged-by: Richard Henderson <richard.henderson@linaro.org>

Fixes: 66a625a88174 ("ARM: mm: proc-macros: Add generic proc/cache/tlb struct definition macros")
Suggested-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Tested-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
2021-10-19 10:37:35 +01:00
..
2021-09-09 13:25:49 -07:00
2021-09-01 08:44:42 -07:00
2021-09-09 13:25:49 -07:00
2021-05-06 09:28:07 -07:00
2021-09-01 15:19:43 -07:00
2021-09-01 15:25:28 -07:00
2021-09-01 18:41:13 -07:00
2021-09-01 15:19:43 -07:00
2021-09-01 15:25:28 -07:00
2021-09-09 13:25:49 -07:00
2021-07-06 11:52:58 -07:00
2021-10-19 10:37:34 +01:00