Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: allow building alignment.c without PROC_FS
The two functions cpu_is_v6_unaligned and safe_usermode are only defined when CONFIG_PROC_FS is enabled, but are used outside of the #ifdef. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Dave Martin <dave.martin@linaro.org>
- Loading branch information