Re: [PATCH 08/27] arm64/sve: Kconfig update and conditional compilation support

2017-08-21 Thread Alex Bennée
Dave Martin writes: > This patch adds CONFIG_ARM64_SVE to control building of SVE support > into the kernel, and adds a stub predicate system_supports_sve() to > control conditional compilation and runtime SVE support. > > system_supports_sve() just returns false for now:

[PATCH 08/27] arm64/sve: Kconfig update and conditional compilation support

2017-08-09 Thread Dave Martin
This patch adds CONFIG_ARM64_SVE to control building of SVE support into the kernel, and adds a stub predicate system_supports_sve() to control conditional compilation and runtime SVE support. system_supports_sve() just returns false for now: it will be replaced with a non-trivial implementation