Re: [PATCH v4 04/11] VAS: Define vas_init() and vas_exit()

From: Sukadev Bhattiprolu
Date: Tue Apr 04 2017 - 13:20:45 EST


Sukadev Bhattiprolu [sukadevatlinux.vnet.ibm.com] wrote:
> Implement vas_init() and vas_exit() functions for a new VAS module.
> This VAS module is essentially a library for other device drivers
> and kernel users of the NX coprocessors like NX-842 and NX-GZIP.
> In the future this will be extended to add support for user space
> to access the NX coprocessors.

Add "depends on PPC_64K_PAGES" to the Kconfig for VAS.
---