Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARM] Ensure machine information structures aren't optimised away
Since the machine information structures are now static, the compiler might optimise them away. Mark them with __attribute_used__ to prevent this occuring. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
- Loading branch information