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

2017-10-11 Thread Catalin Marinas
On Tue, Oct 10, 2017 at 07:38:25PM +0100, Dave P Martin wrote: > 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 retur

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

2017-10-10 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 i