The .align directive has a different behaviour on 32-bit arm than on
other platforms. Use .balign instead, which has consistent behaviour on
all architectures.
Reported by: kib
Fixes: 6b82130e6c9a ("clock: Add a long ticks variable, ticksl")
Differential D48430
clock: Use .balign to align ticksl markj on Sat, Jan 11, 5:00 PM. Authored by Tags None Referenced Files
Details
The .align directive has a different behaviour on 32-bit arm than on Reported by: kib Booted an armv7 kernel in qemu, checked the alignment of the ticksl symbol.
Diff Detail
|