Re: [PATCH v9 11/12] arm64: Add pgprot_device() interface for device mappings.

2014-08-13 Thread Catalin Marinas
On Tue, Aug 12, 2014 at 05:25:24PM +0100, Liviu Dudau wrote: > Add pgprot_device(). It will be aliased to pgprot_noncached for > architectures that do not support special attributes for device > mapping. Used by arm64 to define new attributes for devices. > > Cc: Arnd Bergmann > Cc: Catalin Marin

[PATCH v9 11/12] arm64: Add pgprot_device() interface for device mappings.

2014-08-12 Thread Liviu Dudau
Add pgprot_device(). It will be aliased to pgprot_noncached for architectures that do not support special attributes for device mapping. Used by arm64 to define new attributes for devices. Cc: Arnd Bergmann Cc: Catalin Marinas Signed-off-by: Liviu Dudau --- include/asm-generic/pgtable.h| 4