Page MenuHomeFreeBSD

clock: Use .balign to align ticksl
ClosedPublic

Authored by markj on Sat, Jan 11, 5:00 PM.
Tags
None
Referenced Files
F107278083: D48430.id149136.diff
Sat, Jan 11, 9:24 PM
F107277929: D48430.id149136.diff
Sat, Jan 11, 9:20 PM
Unknown Object (File)
Sat, Jan 11, 5:46 PM
Subscribers

Details

Summary

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")

Test Plan

Booted an armv7 kernel in qemu, checked the alignment of the ticksl symbol.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61675
Build 58559: arc lint + arc unit